Gets or sets the lift coefficient for the first design point.
Read-write property
[Visual Basic .NET] |
---|
Public Property CL_1() As Double |
[C#] |
---|
public double CL_1 {get; set;} |
[Managed C++] |
---|
public: __property double get_CL_1(); |
[Unmanaged C++] |
---|
public: HRESULT get_CL_1( double * pVal ); public: HRESULT put_CL_1( double newVal ); |
[Java] |
---|
public double getCL_1(); public void setCL_1( double ); |