TakeoffProcedureTurningRadiusAfterTakeoff 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double TurningRadiusAfterTakeoff { get; set; }Public Property TurningRadiusAfterTakeoff As Double
	Get
	Set
public:
property double TurningRadiusAfterTakeoff {
	double get ();
	void set (double value);
}member TurningRadiusAfterTakeoff : float with get, set
Property Value
Type: 
Double
See Also