Home > All Other Interfaces > IRouteWaypoints > AddWaypoint

AddWaypoint

Adds a waypoint to the end of a route.

 

JavaScript

 

AddWaypoint(

      pWaypoint)

 

C#

 

void AddWaypoint(

      IRouteWaypoint6 pWaypoint)

 

C++

 

HRESULT AddWaypoint(

      IRouteWaypoint6* pWaypoint)

Parameters

pWaypoint

An IRouteWaypoint6 representing the added waypoint.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.