RacetrackHoldProcedureConstrainEntryAndExitToTrackArcs Property |
Gets or sets a value indicating whether to ignore the additional entry and exit turns,
restricting the entry and exit to be tangent to the two turns in the racetrack.
By default, this is set to false.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool ConstrainEntryAndExitToTrackArcs { get; set; }
Public Property ConstrainEntryAndExitToTrackArcs As Boolean
Get
Set
public:
property bool ConstrainEntryAndExitToTrackArcs {
bool get ();
void set (bool value);
}
member ConstrainEntryAndExitToTrackArcs : bool with get, set
Property Value
Type:
BooleanSee Also