SimpleForwardFlightJetPropulsionFuelFlowRateLimits Property |
Gets or sets the fuel flow rate limits, typically defined at nominal sea level atmospheric density.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 20.4.407.0 (20.4.407.0)
Syntaxpublic Bounds FuelFlowRateLimits { get; set; }
Public Property FuelFlowRateLimits As Bounds
Get
Set
public:
property Bounds FuelFlowRateLimits {
Bounds get ();
void set (Bounds value);
}
member FuelFlowRateLimits : Bounds with get, set
Property Value
Type:
Bounds
See Also