AddWaypoint

Adds a waypoint to the end of a route.

 

JavaScript

 

AddWaypoint(

      pWaypoint)

 

C#

 

void AddWaypoint(

      IRouteWaypoint61 pWaypoint)

 

C++

 

HRESULT AddWaypoint(

      IRouteWaypoint61* pWaypoint)

Parameters

pWaypoint

An IRouteWaypoint61 representing the added waypoint.

Exceptions

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