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






