Gets the user waypoint with the given name.
[Visual Basic .NET] |
---|
Public Function GetUserWaypoint( _ ByVal Name As String _ ) As IAgAvtrUserWaypoint |
[C#] |
---|
public IAgAvtrUserWaypoint GetUserWaypoint( string Name ); |
[Managed C++] |
---|
public: IAgAvtrUserWaypoint^ GetUserWaypoint( String __gc ^ Name ); |
[Unmanaged C++] |
---|
public: HRESULT GetUserWaypoint( BSTR Name, IAgAvtrUserWaypoint ** ppUserWaypoint ); |
[Java] |
---|
public IAgAvtrUserWaypoint getUserWaypoint( String Name ); |
[Python - STK API ] |
---|
def GetUserWaypoint(self, Name:str) -> "IAgAvtrUserWaypoint": |
- Name