Get a list of the current route's waypoints.
[Visual Basic .NET] |
---|
Public Function GetWaypoints() As System.Array |
[C#] |
---|
public System.Array GetWaypoints(); |
[Managed C++] |
---|
public: System::Array GetWaypoints(); |
[Unmanaged C++] |
---|
public: HRESULT GetWaypoints( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getWaypoints(); |