This interface gives access to all of a route’s waypoints, providing methods to add, modify, and delete waypoints and retrieve information about them.
|
Properties |
|
|
Gets the number of waypoints in the route. |
|
|
Gets the current playing route waypoint. The last waypoint passed through is reported. |
|
|
Gets the IRouteWaypoint66 element in the specified zero-based index. |
|
|
Methods |
|
|
Adds a waypoint to the end of a route. |
|
|
Deletes a waypoint from the route. |
|
|
Converts an array of waypoints to a route. |
|
|
Retrieves waypoint data. |
|
|
Inserts a waypoint at a specified point in the route. |
|
|
Modifies a waypoint’s properties. |
|
|
Returns an array containing all of the waypoints in the collection. |