Gets or sets the parachute coefficient of drag used as part of the Parachute control mode for the ballistic 3D strategy.
Read-write property
[Visual Basic .NET] |
---|
Public Property ParachuteCd() As Double |
[C#] |
---|
public double ParachuteCd {get; set;} |
[Managed C++] |
---|
public: __property double get_ParachuteCd(); |
[Unmanaged C++] |
---|
public: HRESULT get_ParachuteCd( double * pVal ); public: HRESULT put_ParachuteCd( double newVal ); |
[Java] |
---|
public double getParachuteCd(); public void setParachuteCd( double ); |