TurnAfterWaypointProcedureTurningRadius Property  | 
 
            Gets or sets the horizontal radius at which to turn before the waypoint, 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 TurningRadius { get; set; }Public Property TurningRadius As Double
	Get
	Set
public:
property double TurningRadius {
	double get ();
	void set (double value);
}member TurningRadius : float with get, set
Property Value
Type: 
Double
See Also