Get the total weight of the aircraft with all fuel tanks full.
Read-only property
[Visual Basic .NET] |
---|
Public Property TotalWeightMaxFuel() As Double |
[C#] |
---|
public double TotalWeightMaxFuel {get;} |
[Managed C++] |
---|
public: __property double get_TotalWeightMaxFuel(); |
[Unmanaged C++] |
---|
public: HRESULT get_TotalWeightMaxFuel( double * pRetVal ); |
[Java] |
---|
public double getTotalWeightMaxFuel(); |