SimpleForwardFlightJetPropulsionThrustAvailableLimits Property |
Gets or sets the available thrust limits, typically defined at nominal sea level atmospheric density.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Bounds ThrustAvailableLimits { get; set; }
Public Property ThrustAvailableLimits As Bounds
Get
Set
public:
property Bounds ThrustAvailableLimits {
Bounds get ();
void set (Bounds value);
}
member ThrustAvailableLimits : Bounds with get, set
Property Value
Type:
BoundsSee Also