Click or drag to resize

CruiseBehavior Properties

The CruiseBehavior type exposes the following members.

Properties
  NameDescription
Public propertyAltitude
Gets or sets the desired cruise altitude with respect to the HeightReferenceSurface.
Public propertyHeightReferenceSurface
Gets or sets the reference surface above which the Altitude is defined.
Public propertyIsFrozen
Gets a value indicating whether this object is frozen. A frozen object cannot be modified and an ObjectFrozenException will be thrown if an attempt is made to do so.
(Inherited from DefinitionalObject.)
Public propertyLevelOffAltitudeBandAboveCruise
Gets or sets the altitude range above the desired cruise altitude where the aircraft will transition from descending flight to cruising flight.
Public propertyLevelOffAltitudeBandBelowCruise
Gets or sets the altitude range below the desired cruise altitude where the aircraft will transition from climbing flight to cruising flight.
Public propertyPerformanceModels
Gets or sets the performance models to be applied to the behavior.
(Inherited from VerticalBehavior.)
Public propertyTimeConstant
Gets or sets the time constant in seconds.
Public propertyWindModel
Gets or sets the wind model to be used when evaluating the behavior.
(Inherited from VerticalBehavior.)
Top
See Also