ProfileDynamicsThrustDeceleration Property |
Gets or sets the maximum achievable deceleration anti-parallel to the velocity vector (positive),
in meters per second squared.
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 ThrustDeceleration { get; set; }
Public Property ThrustDeceleration As Double
Get
Set
public:
property double ThrustDeceleration {
double get ();
void set (double value);
}
member ThrustDeceleration : float with get, set
Property Value
Type:
DoubleSee Also