RacetrackHoldProcedureMinimumTime Property |
Gets or sets the minimum time to spend in the hold before leaving. The time spent in the hold
may be more if the number of
MinimumRevolutions 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 Duration MinimumTime { get; set; }
Public Property MinimumTime As Duration
Get
Set
public:
property Duration MinimumTime {
Duration get ();
void set (Duration value);
}
member MinimumTime : Duration with get, set
Property Value
Type:
DurationSee Also