StationaryHoldProcedureHoldTime Property |
Gets or sets the duration of time to wait at the waypoint.
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 HoldTime { get; set; }
Public Property HoldTime As Duration
Get
Set
public:
property Duration HoldTime {
Duration get ();
void set (Duration value);
}
member HoldTime : Duration with get, set
Property Value
Type:
DurationSee Also