 Description
Description
The fuel flow for the maximum cruising airspeed.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property MaxAirspeedFuelFlow() As Double
 | 
| [C#] | 
|---|
| public double MaxAirspeedFuelFlow {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_MaxAirspeedFuelFlow();public: __property void set_MaxAirspeedFuelFlow(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_MaxAirspeedFuelFlow(
    double * pVal
);
public: HRESULT put_MaxAirspeedFuelFlow(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getMaxAirspeedFuelFlow();
public void setMaxAirspeedFuelFlow(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def MaxAirspeedFuelFlow(self) -> float:
@MaxAirspeedFuelFlow.setter
def MaxAirspeedFuelFlow(self, newVal:float) -> None:
 | 
 See Also
See Also