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