Adds a waypoint to the end of a route.
JavaScript |
|
AddWaypoint( pWaypoint) |
C# |
|
void AddWaypoint( IRouteWaypoint66 pWaypoint) |
C++ |
|
HRESULT AddWaypoint( IRouteWaypoint66* pWaypoint) |
Parameters
pWaypoint
An IRouteWaypoint66 representing the added waypoint.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.