ModifyWaypoint

Modifies a waypoint’s properties through an interface to the waypoint object.

 

JavaScript

 

ModifyWaypoint(

       Index,

       pWaypoint)

 

C#

 

void ModifyWaypoint(

       int Index,

       IRouteWaypoint65 pWaypoint)

 

C++

 

HRESULT ModifyWaypoint(

       long Index,

       IRouteWaypoint65* pWaypoint)

Parameters

Index

The zero based index of the waypoint that the client wants to modify.

pWaypoint

An IRouteWaypoint65 representing the waypoint to modify.

Exceptions

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