SimpleForwardFlightPropellerPropulsion.PowerAvailableLimits 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Bounds
See Also