 Description
Description
The descent rate of the rotorcraft as a factor multiplied by the altitude change rate calculated at zero throttle.
 Property type
Property type
Read-write property
 Syntax
Syntax
| [Visual Basic .NET] | 
|---|
| Public Property DescentRateFactor() As Double
 | 
| [C#] | 
|---|
| public double DescentRateFactor {get; set;}
 | 
| [Managed C++] | 
|---|
| public: __property double get_DescentRateFactor();public: __property void set_DescentRateFactor(
    double
);
 | 
| [Unmanaged C++] | 
|---|
| public: HRESULT get_DescentRateFactor(
    double * pVal
);
public: HRESULT put_DescentRateFactor(
    double newVal
);
 | 
| [Java] | 
|---|
| public double getDescentRateFactor();
public void setDescentRateFactor(
    double
);
 | 
| [Python - STK API] | 
|---|
| @property
def DescentRateFactor(self) -> float:
@DescentRateFactor.setter
def DescentRateFactor(self, newVal:float) -> None:
 | 
 See Also
See Also