CircularHoldProcedureMinimumTime Property |
Gets or sets the minimum time to spend in the hold before leaving.
The actual time spent in the hold will depend on connection geometry and whether
further revolutions are required to satisfy the
MinimumRevolutions
property.
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