STK AviatorSend comments on this topic.
CacheFuelFlow Property (IAgAvtrAdvFixedWingTool)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to store intermediate results for fuel flow calculations.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CacheFuelFlow() As Boolean
[C#]
public bool CacheFuelFlow {get; set;}
[Managed C++]
public: __property bool get_CacheFuelFlow();
public: __property void set_CacheFuelFlow( bool );
[Unmanaged C++]
public: HRESULT get_CacheFuelFlow(
    VARIANT_BOOL * pVal
);
public: HRESULT put_CacheFuelFlow(
    VARIANT_BOOL newVal
);
[Java]
public bool getCacheFuelFlow();
public void setCacheFuelFlow(
    bool
);
[Python - STK API ]
@property
def CacheFuelFlow(self) -> bool:

@CacheFuelFlow.setter
def CacheFuelFlow(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.