SimpleAccelerationPerformanceModelVerticalLoadLimits Property |
Gets or sets the vertical load limits.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.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