RacetrackHoldProcedureTurningRadiusForHold Property |
Gets or sets the radius of the circular arcs at either end of the racetrack, 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 TurningRadiusForHold { get; set; }
Public Property TurningRadiusForHold As Double
Get
Set
public:
property double TurningRadiusForHold {
double get ();
void set (double value);
}
member TurningRadiusForHold : float with get, set
Property Value
Type:
DoubleSee Also