SimpleForwardFlightPropellerPropulsionFuelFlowRateLimits 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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
BoundsSee Also