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





Windows & Linux

Description

Gets or sets the minimum rate at which the aircraft will descend once established in a steady descent.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinDescentRate() As Double
[C#]
public double MinDescentRate {get; set;}
[Managed C++]
public: __property double get_MinDescentRate();
public: __property void set_MinDescentRate( double );
[Unmanaged C++]
public: HRESULT get_MinDescentRate(
    double * pVal
);
public: HRESULT put_MinDescentRate(
    double newVal
);
[Java]
public double getMinDescentRate();
public void setMinDescentRate(
    double
);
[Python - STK API ]
@property
def MinDescentRate(self) -> float:

@MinDescentRate.setter
def MinDescentRate(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.