SimpleAccelerationPerformanceModelVerticalLoadLimits Property |
Gets or sets the vertical load limits.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 26.1.424.0 (26.1.424.0)
Syntaxpublic Bounds VerticalLoadLimits { get; set; }Public Property VerticalLoadLimits As Bounds
Get
Set
public:
property Bounds VerticalLoadLimits {
Bounds get ();
void set (Bounds value);
}member VerticalLoadLimits : Bounds with get, set
Property Value
Type:
Bounds
See Also