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






