AddWaypoint

Adds a waypoint to the end of a route.

 

JavaScript

 

AddWaypoint(

       pWaypoint)

 

C#

 

void AddWaypoint(

       IRouteWaypoint65 pWaypoint)

 

C++

 

HRESULT AddWaypoint(

       IRouteWaypoint65* pWaypoint)

Parameters

pWaypoint

An IRouteWaypoint65 representing the added waypoint.

Exceptions

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