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