Home > All Other Interfaces > IRouteWaypoints

IRouteWaypoints6

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

 

Count

The number of waypoints.

Current

The current playing route waypoint. The last waypoint passed through is reported.

Item

Returns the IRouteWaypoint6 element in the specified zero based index.

 

Methods

 

AddWaypoint

Adds a waypoint to the end of a route.

DeleteWaypoint

Deletes a waypoint from the route.

FromArray

Converts an array of waypoints to a route.

GetWaypoint

Retrieves waypoint data.

InsertWaypoint

Inserts a waypoint at a specified point in the route.

ModifyWaypoint

Modifies a waypoint’s properties.

ToArray

Returns an array containing all of the waypoints in the collection.