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






