SimpleForwardFlightPropellerPropulsionPowerAvailableLimits Property |
Gets or sets the available power 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 PowerAvailableLimits { get; set; }
Public Property PowerAvailableLimits As Bounds
Get
Set
public:
property Bounds PowerAvailableLimits {
Bounds get ();
void set (Bounds value);
}
member PowerAvailableLimits : Bounds with get, set
Property Value
Type:
BoundsSee Also