LandingProcedure.RunwayHeading 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Double
See Also