ProfileDynamicsPushOverAcceleration Property |
Gets or sets the downward acceleration used to begin a descent 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 PushOverAcceleration { get; set; }
Public Property PushOverAcceleration As Double
Get
Set
public:
property double PushOverAcceleration {
double get ();
void set (double value);
}
member PushOverAcceleration : float with get, set
Property Value
Type:
DoubleSee Also