Gets the advanced cruise model with the given name.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgAvtrAircraftAdvCruiseModel GetAdvCruiseByName( string Name ); |
| [Managed C++] |
|---|
public: IAgAvtrAircraftAdvCruiseModel^ GetAdvCruiseByName( String __gc ^ Name ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgAvtrAircraftAdvCruiseModel getAdvCruiseByName( String Name ); |
[Python - STK API ] |
|---|
def GetAdvCruiseByName(self, Name:str) -> "IAgAvtrAircraftAdvCruiseModel": |
- Name






