ClimbDescentCommandedValuesAltitudeRate Property |
Gets the commanded rate of altitude change.
Positive values indicate climb, and negative values indicate descent.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic double AltitudeRate { get; }
Public ReadOnly Property AltitudeRate As Double
Get
public:
property double AltitudeRate {
double get ();
}
member AltitudeRate : float with get
Property Value
Type:
Double
See Also