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