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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Double
See Also