CruiseBehaviorLevelOffAltitudeBandBelowCruise Property |
Gets or sets the altitude range below the desired cruise altitude where the aircraft will transition from climbing flight to cruising flight.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ValueDefinition<double> LevelOffAltitudeBandBelowCruise { get; set; }
Public Property LevelOffAltitudeBandBelowCruise As ValueDefinition(Of Double)
Get
Set
public:
property ValueDefinition<double>^ LevelOffAltitudeBandBelowCruise {
ValueDefinition<double>^ get ();
void set (ValueDefinition<double>^ value);
}
member LevelOffAltitudeBandBelowCruise : ValueDefinition<float> with get, set
Property Value
Type:
ValueDefinitionDoubleSee Also