Gets or sets the drag coefficient when the rotor disc does not generate any lift.
Read-write property
[Visual Basic .NET] |
---|
Public Property BladeProfileDragCD0() As Double |
[C#] |
---|
public double BladeProfileDragCD0 {get; set;} |
[Managed C++] |
---|
public: __property double get_BladeProfileDragCD0(); |
[Unmanaged C++] |
---|
public: HRESULT get_BladeProfileDragCD0( double * pVal ); public: HRESULT put_BladeProfileDragCD0( double newVal ); |
[Java] |
---|
public double getBladeProfileDragCD0(); public void setBladeProfileDragCD0( double ); |