RacetrackHoldProcedureTurningRadiusForEntryAndExit Property |
Gets or sets the turning radius used to enter and exit 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 TurningRadiusForEntryAndExit { get; set; }
Public Property TurningRadiusForEntryAndExit As Double
Get
Set
public:
property double TurningRadiusForEntryAndExit {
double get ();
void set (double value);
}
member TurningRadiusForEntryAndExit : float with get, set
Property Value
Type:
DoubleSee Also