Gets or sets the lift fraction of the tail.
Read-write property
[Visual Basic .NET] |
---|
Public Property TailLiftFraction() As Double |
[C#] |
---|
public double TailLiftFraction {get; set;} |
[Managed C++] |
---|
public: __property double get_TailLiftFraction(); |
[Unmanaged C++] |
---|
public: HRESULT get_TailLiftFraction( double * pVal ); public: HRESULT put_TailLiftFraction( double newVal ); |
[Java] |
---|
public double getTailLiftFraction(); public void setTailLiftFraction( double ); |