HeadingAtWaypointProcedureHeading Property |
Gets or sets the position's heading with respect to north at which to arrive at and leave from the waypoint
Position,
in radians.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double Heading { get; set; }
Public Property Heading As Double
Get
Set
public:
property double Heading {
double get ();
void set (double value);
}
member Heading : float with get, set
Property Value
Type:
DoubleSee Also