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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxEnduranceFuelFlow() As Double
[C#]
public double MaxEnduranceFuelFlow {get; set;}
[Managed C++]
public: __property double get_MaxEnduranceFuelFlow();
public: __property void set_MaxEnduranceFuelFlow( double );
[Unmanaged C++]
public: HRESULT get_MaxEnduranceFuelFlow(
    double * pVal
);
public: HRESULT put_MaxEnduranceFuelFlow(
    double newVal
);
[Java]
public double getMaxEnduranceFuelFlow();
public void setMaxEnduranceFuelFlow(
    double
);
[Python - STK API ]
@property
def MaxEnduranceFuelFlow(self) -> float:

@MaxEnduranceFuelFlow.setter
def MaxEnduranceFuelFlow(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.