STK AviatorSend comments on this topic.
GetUserVTOLPoint Method (IAgAvtrUserVTOLPointSource)
See Also
Name
Windows





Windows & Linux

Description

Gets the user VTOL Point with the given name.

Syntax

[Visual Basic .NET]
Public Function GetUserVTOLPoint( _
    ByVal Name As String _
) As IAgAvtrUserVTOLPoint
[C#]
public IAgAvtrUserVTOLPoint GetUserVTOLPoint(
    string Name
);
[Managed C++]
public: IAgAvtrUserVTOLPoint^ GetUserVTOLPoint(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT GetUserVTOLPoint(
    BSTR Name,
    IAgAvtrUserVTOLPoint ** ppUserVTOLPoint
);
[Java]
public IAgAvtrUserVTOLPoint getUserVTOLPoint(
    String Name
);
[Python - STK API ]
def GetUserVTOLPoint(self, Name:str) -> "IAgAvtrUserVTOLPoint":

Parameters

Name

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.