Gets or sets the descent rate of the rotorcraft as a factor multiplied by the altitude change rate calculated at zero throttle.
Read-write property
[Visual Basic .NET] |
---|
Public Property DescentRateFactor() As Double |
[C#] |
---|
public double DescentRateFactor {get; set;} |
[Managed C++] |
---|
public: __property double get_DescentRateFactor(); |
[Unmanaged C++] |
---|
public: HRESULT get_DescentRateFactor( double * pVal ); public: HRESULT put_DescentRateFactor( double newVal ); |
[Java] |
---|
public double getDescentRateFactor(); public void setDescentRateFactor( double ); |