Get the catalog runway.
[Visual Basic .NET] |
---|
Public Function GetCatalogRunway() As IAgAvtrCatalogRunway |
[C#] |
---|
public IAgAvtrCatalogRunway GetCatalogRunway(); |
[Managed C++] |
---|
public: IAgAvtrCatalogRunway ^ GetCatalogRunway(); |
[Unmanaged C++] |
---|
public: HRESULT GetCatalogRunway( IAgAvtrCatalogRunway ** ppVal ); |
[Java] |
---|
public IAgAvtrCatalogRunway getCatalogRunway(); |
[Python - STK API ] |
---|
def GetCatalogRunway(self) -> "IAgAvtrCatalogRunway": |