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





Windows & Linux

Description

Creates a new user VTOL Point with the given name.

Syntax

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

Parameters

Name

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.