ProfileDynamicsThrustAcceleration Property |
Gets or sets the maximum achievable acceleration along 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 ThrustAcceleration { get; set; }
Public Property ThrustAcceleration As Double
Get
Set
public:
property double ThrustAcceleration {
double get ();
void set (double value);
}
member ThrustAcceleration : float with get, set
Property Value
Type:
DoubleSee Also