Modifies a waypoint’s properties through an interface to the waypoint object.
JavaScript |
|
ModifyWaypoint( Index, pWaypoint) |
C# |
|
void ModifyWaypoint( int Index, IRouteWaypoint66 pWaypoint) |
C++ |
|
HRESULT ModifyWaypoint( long Index, IRouteWaypoint66* pWaypoint) |
Parameters
Index
The zero-based index of the waypoint that the client wants to modify.
pWaypoint
An IRouteWaypoint66 representing the waypoint to modify.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.