Get the runway category.
Read-only property
[Visual Basic .NET] |
---|
Public Property RunwayCategory() As IAgAvtrRunwayCategory |
[C#] |
---|
public IAgAvtrRunwayCategory RunwayCategory {get;} |
[Managed C++] |
---|
public: __property IAgAvtrRunwayCategory ^ get_RunwayCategory(); |
[Unmanaged C++] |
---|
public: HRESULT get_RunwayCategory( IAgAvtrRunwayCategory ** ppCatalogItem ); |
[Java] |
---|
public IAgAvtrRunwayCategory getRunwayCategory(); |
[Python - STK API ] |
---|
@property def RunwayCategory(self) -> "IAgAvtrRunwayCategory": |