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: 24.2.419.0 (24.2.419.0)
Syntax public double AltitudeRate { get; }
Public ReadOnly Property AltitudeRate As Double
Get
public:
property double AltitudeRate {
double get ();
}
member AltitudeRate : float with get
Property Value
Type:
DoubleSee Also