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






