Get a list of available waypoints for the airway.
[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(); |