Creates a new user waypoint with the given name.
[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": |
- Name