LandingProcedureTurningRadiusOnApproach Property |
Gets or sets the horizontal turning radius at which to turn when approaching the glide
plane for landing, in meters.
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 TurningRadiusOnApproach { get; set; }
Public Property TurningRadiusOnApproach As Double
Get
Set
public:
property double TurningRadiusOnApproach {
double get ();
void set (double value);
}
member TurningRadiusOnApproach : float with get, set
Property Value
Type:
DoubleSee Also