Set the catalog VTOL point.
[Visual Basic .NET] |
---|
Public Sub SetCatalogVTOLPoint( _ ByVal pVal As IAgAvtrCatalogVTOLPoint _ ) |
[C#] |
---|
public void SetCatalogVTOLPoint( IAgAvtrCatalogVTOLPoint pVal ); |
[Managed C++] |
---|
public: void SetCatalogVTOLPoint( IAgAvtrCatalogVTOLPoint ^ pVal ); |
[Unmanaged C++] |
---|
public: HRESULT SetCatalogVTOLPoint( IAgAvtrCatalogVTOLPoint * pVal ); |
[Java] |
---|
public void setCatalogVTOLPoint( IAgAvtrCatalogVTOLPoint pVal ); |
[Python - STK API ] |
---|
def SetCatalogVTOLPoint(self, pVal:"IAgAvtrCatalogVTOLPoint") -> None: |
- pVal