Home > All Other Interfaces > IRouteWaypoints
This interface gives access to all of a route’s waypoints, providing methods to add, modify, and delete waypoints or retrieve information about them.
|
Properties |
|
|
The number of waypoints. |
|
|
The current playing route waypoint. The last waypoint passed through is reported. |
|
|
Returns the IRouteWaypoint6 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. |