Gets or sets the slope of the coefficient of lift curve.
Read-write property
[Visual Basic .NET] |
---|
Public Property ForwardFlightClAlpha() As Double |
[C#] |
---|
public double ForwardFlightClAlpha {get; set;} |
[Managed C++] |
---|
public: __property double get_ForwardFlightClAlpha(); |
[Unmanaged C++] |
---|
public: HRESULT get_ForwardFlightClAlpha( double * pVal ); public: HRESULT put_ForwardFlightClAlpha( double newVal ); |
[Java] |
---|
public double getForwardFlightClAlpha(); public void setForwardFlightClAlpha( double ); |