Gets or sets the minimum load factor the aircraft can withstand.
Read-write property
[Visual Basic .NET] |
---|
Public Property MinG() As Double |
[C#] |
---|
public double MinG {get; set;} |
[Managed C++] |
---|
public: __property double get_MinG(); |
[Unmanaged C++] |
---|
public: HRESULT get_MinG( double * pVal ); public: HRESULT put_MinG( double pVal ); |
[Java] |
---|
public double getMinG(); public void setMinG( double ); |