STK AviatorSend comments on this topic.
SetCatalogVTOLPoint Method (IAgAvtrSiteVTOLPointFromCatalog)
See Also
pVal
Windows





Windows & Linux

Description

Set the catalog VTOL point.

Syntax

[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:

Parameters

pVal

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.