Gets or sets the drag coefficient for the third design point.
Read-write property
[Visual Basic .NET] |
---|
Public Property CD_3() As Double |
[C#] |
---|
public double CD_3 {get; set;} |
[Managed C++] |
---|
public: __property double get_CD_3(); |
[Unmanaged C++] |
---|
public: HRESULT get_CD_3( double * pVal ); public: HRESULT put_CD_3( double newVal ); |
[Java] |
---|
public double getCD_3(); public void setCD_3( double ); |