STK AviatorSend comments on this topic.
GetAirwayNames Method (IAgAvtrProcedureAirway)
See Also
Windows





Windows & Linux

Description

Get the a list of names of the available airways.

Syntax

[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();
[Python - STK API ]
def GetAirwayNames(self) -> list:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.