STK AviatorSend comments on this topic.
AddUserWaypoint Method (IAgAvtrUserWaypointSource)
See Also
Name
Windows





Windows & Linux

Description

Creates a new user waypoint with the given name.

Syntax

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

Parameters

Name

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.