Gets or sets the lift fraction of the wing.
Read-write property
[Visual Basic .NET] |
---|
Public Property WingLiftFraction() As Double |
[C#] |
---|
public double WingLiftFraction {get; set;} |
[Managed C++] |
---|
public: __property double get_WingLiftFraction(); |
[Unmanaged C++] |
---|
public: HRESULT get_WingLiftFraction( double * pVal ); public: HRESULT put_WingLiftFraction( double newVal ); |
[Java] |
---|
public double getWingLiftFraction(); public void setWingLiftFraction( double ); |