MaintainCourseOrHeadingBehaviorManeuverReferenceAxes Property  | 
 
            Gets or sets the reference axes for the behavior.
            
 
    Namespace: 
   AGI.Foundation.AircraftPropagation
    Assembly:
   AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ManeuverReferenceAxes ManeuverReferenceAxes { get; set; }Public Property ManeuverReferenceAxes As ManeuverReferenceAxes
	Get
	Set
public:
property ManeuverReferenceAxes ManeuverReferenceAxes {
	ManeuverReferenceAxes get ();
	void set (ManeuverReferenceAxes value);
}member ManeuverReferenceAxes : ManeuverReferenceAxes with get, set
Property Value
Type: 
ManeuverReferenceAxes
Remarks
            If the 
ManeuverReferenceAxes is 
StaticAtmosphere, then the true course of the aircraft is maintained.
            If the 
ManeuverReferenceAxes is 
MovingAtmosphere, then the true heading of the aircraft is maintained.
            
See Also