 Description
Description
The minimum cruising airspeed.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property MinAirspeed() As Double
 | 
| [C#] | 
|---|
| public double MinAirspeed {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_MinAirspeed();public: __property void set_MinAirspeed(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_MinAirspeed(
    double * pVal
);
public: HRESULT put_MinAirspeed(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getMinAirspeed();
public void setMinAirspeed(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def MinAirspeed(self) -> float:
@MinAirspeed.setter
def MinAirspeed(self, newVal:float) -> None:
 | 
 See Also
See Also