Gets or sets the initial fuel state of the fuel tank.
Read-write property
[Visual Basic .NET] |
---|
Public Property InitialFuelState() As Double |
[C#] |
---|
public double InitialFuelState {get; set;} |
[Managed C++] |
---|
public: __property double get_InitialFuelState(); |
[Unmanaged C++] |
---|
public: HRESULT get_InitialFuelState( double * pVal ); public: HRESULT put_InitialFuelState( double newVal ); |
[Java] |
---|
public double getInitialFuelState(); public void setInitialFuelState( double ); |