 Description
Description
A custom performance airspeed that can be used to model specific flight conditions.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property MaxPerfAirspeed() As Double
 | 
| [C#] | 
|---|
| public double MaxPerfAirspeed {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_MaxPerfAirspeed();public: __property void set_MaxPerfAirspeed(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_MaxPerfAirspeed(
    double * pVal
);
public: HRESULT put_MaxPerfAirspeed(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getMaxPerfAirspeed();
public void setMaxPerfAirspeed(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def MaxPerfAirspeed(self) -> float:
@MaxPerfAirspeed.setter
def MaxPerfAirspeed(self, newVal:float) -> None:
 | 
 See Also
See Also