STK AviatorSend comments on this topic.
DescentRateFactor Property (IAgAvtrRotorcraft)
See Also
Windows





Windows & Linux

Description

Gets or sets the descent rate of the rotorcraft as a factor multiplied by the altitude change rate calculated at zero throttle.

Property type

Read-write property

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

© 2024 Analytical Graphics, Inc. All Rights Reserved.