STK AviatorSend comments on this topic.
MaxAirspeedFuelFlow Property (IAgAvtrAircraftBasicCruiseModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the fuel flow for the maximum cruising airspeed.

Property type

Read-write property

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.