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