RacetrackHoldProcedureMinimumRevolutions Property |
Gets or sets the minimum number of complete revolutions around the racetrack to make prior
to leaving. The number of revolutions may be more if the
MinimumTime condition
is not met.
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 MinimumRevolutions { get; set; }
Public Property MinimumRevolutions As Double
Get
Set
public:
property double MinimumRevolutions {
double get ();
void set (double value);
}
member MinimumRevolutions : float with get, set
Property Value
Type:
DoubleSee Also