TakeoffProcedureTurningRadiusBeforeTakeoff Property |
Gets or sets the final turning radius at which to turn toward the next procedure after landing, in meters.
By default, this is one meter.
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 TurningRadiusBeforeTakeoff { get; set; }
Public Property TurningRadiusBeforeTakeoff As Double
Get
Set
public:
property double TurningRadiusBeforeTakeoff {
double get ();
void set (double value);
}
member TurningRadiusBeforeTakeoff : float with get, set
Property Value
Type:
DoubleSee Also