STK AviatorSend comments on this topic.
InitialFuelState Property (IAgAvtrConfiguration)
See Also
Windows





Windows & Linux

Description

Get the initial fuel state of the aircraft.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property InitialFuelState() As Double
[C#]
public double InitialFuelState {get;}
[Managed C++]
public: __property double get_InitialFuelState();
[Unmanaged C++]
public: HRESULT get_InitialFuelState(
    double * pRetVal
);
[Java]
public double getInitialFuelState();
[Python - STK API ]
@property
def InitialFuelState(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.