Gets or sets the method for defining the maximum performance airspeed of the aircraft with respect to its altitude.
Read-write property
[Visual Basic .NET] |
---|
Public Property MaxPerfAirspeed() As AgEAvtrCruiseMaxPerfSpeedType |
[C#] |
---|
public AgEAvtrCruiseMaxPerfSpeedType MaxPerfAirspeed {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrCruiseMaxPerfSpeedType get_MaxPerfAirspeed(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxPerfAirspeed( AgEAvtrCruiseMaxPerfSpeedType * pVal ); public: HRESULT put_MaxPerfAirspeed( AgEAvtrCruiseMaxPerfSpeedType newVal ); |
[Java] |
---|
public AgEAvtrCruiseMaxPerfSpeedType getMaxPerfAirspeed(); public void setMaxPerfAirspeed( AgEAvtrCruiseMaxPerfSpeedType ); |
[Python - STK API ] |
---|
@property def MaxPerfAirspeed(self) -> "AgEAvtrCruiseMaxPerfSpeedType": @MaxPerfAirspeed.setter def MaxPerfAirspeed(self, newVal:"AgEAvtrCruiseMaxPerfSpeedType") -> None: |