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