Get the maximum load factor - during straight and level flight - that the aircraft can bear.
Read-only property
[Visual Basic .NET] |
---|
Public Property MaxLoadFactor() As Double |
[C#] |
---|
public double MaxLoadFactor {get;} |
[Managed C++] |
---|
public: __property double get_MaxLoadFactor(); |
[Unmanaged C++] |
---|
public: HRESULT get_MaxLoadFactor( double * pVal ); |
[Java] |
---|
public double getMaxLoadFactor(); |