Gets or sets the lift coefficient for the third design point.
Read-write property
[Visual Basic .NET] |
---|
Public Property CL_3() As Double |
[C#] |
---|
public double CL_3 {get; set;} |
[Managed C++] |
---|
public: __property double get_CL_3(); |
[Unmanaged C++] |
---|
public: HRESULT get_CL_3( double * pVal ); public: HRESULT put_CL_3( double newVal ); |
[Java] |
---|
public double getCL_3(); public void setCL_3( double ); |