Get the a list of names of the available airways.
[Visual Basic .NET] |
---|
Public Function GetAirwayNames() As System.Array |
[C#] |
---|
public System.Array GetAirwayNames(); |
[Managed C++] |
---|
public: System::Array GetAirwayNames(); |
[Unmanaged C++] |
---|
public: HRESULT GetAirwayNames( SAFEARRAY * * ppRetVal ); |
[Java] |
---|
public AgSafeArray getAirwayNames(); |