Get the initial fuel state of the aircraft.
Read-only property
[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(); |