ProfileDynamicsPitchUpAcceleration Property |
Gets or sets the upward acceleration used to begin an ascent maneuver perpendicular
to the direction of motion, in meters per second squared (positive).
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double PitchUpAcceleration { get; set; }
Public Property PitchUpAcceleration As Double
Get
Set
public:
property double PitchUpAcceleration {
double get ();
void set (double value);
}
member PitchUpAcceleration : float with get, set
Property Value
Type:
DoubleSee Also