Get the max airspeed type for a thrust model.
Read-only property
[Visual Basic .NET] |
---|
Public Property MaxAirspeedType() As AgEAvtrAirspeedType |
[C#] |
---|
public AgEAvtrAirspeedType MaxAirspeedType {get;} |
[Managed C++] |
---|
public: __property AgEAvtrAirspeedType get_MaxAirspeedType(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxAirspeedType( AgEAvtrAirspeedType * pVal ); |
[Java] |
---|
public AgEAvtrAirspeedType getMaxAirspeedType(); |
[Python - STK API ] |
---|
@property def MaxAirspeedType(self) -> "AgEAvtrAirspeedType": |