 Description
Description
The maximum cruisng airspeed.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property MaxAirspeed() As Double
 | 
| [C#] | 
|---|
| public double MaxAirspeed {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_MaxAirspeed();public: __property void set_MaxAirspeed(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_MaxAirspeed(
    double * pVal
);
public: HRESULT put_MaxAirspeed(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getMaxAirspeed();
public void setMaxAirspeed(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def MaxAirspeed(self) -> float:
@MaxAirspeed.setter
def MaxAirspeed(self, newVal:float) -> None:
 | 
 See Also
See Also