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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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: 
Duration
See Also