 Description
Description
The maximum range cruising airspeed.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property MaxRangeAirspeed() As Double
 | 
| [C#] | 
|---|
| public double MaxRangeAirspeed {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_MaxRangeAirspeed();public: __property void set_MaxRangeAirspeed(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_MaxRangeAirspeed(
    double * pVal
);
public: HRESULT put_MaxRangeAirspeed(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getMaxRangeAirspeed();
public void setMaxRangeAirspeed(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def MaxRangeAirspeed(self) -> float:
@MaxRangeAirspeed.setter
def MaxRangeAirspeed(self, newVal:float) -> None:
 | 
 See Also
See Also