STK AviatorSend comments on this topic.
AltitudeRate Property (IAgAvtrBasicManeuverStrategyBezier)
See Also
Windows





Windows & Linux

Description

Get the constant rate at which the aircraft will climb or descend.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property AltitudeRate() As Double
[C#]
public double AltitudeRate {get;}
[Managed C++]
public: __property double get_AltitudeRate();
[Unmanaged C++]
public: HRESULT get_AltitudeRate(
    double * pVal
);
[Java]
public double getAltitudeRate();
[Python - STK API ]
@property
def AltitudeRate(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.