TakeoffProcedureRunwayHeading Property |
Gets or sets the heading of the runway with respect to north, 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 RunwayHeading { get; set; }
Public Property RunwayHeading As Double
Get
Set
public:
property double RunwayHeading {
double get ();
void set (double value);
}
member RunwayHeading : float with get, set
Property Value
Type:
DoubleSee Also