Click or drag to resize

StationaryHoldProcedure Constructor (Cartographic, Duration)

Create a new instance based on the given parameters over the surface of the Earth.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public StationaryHoldProcedure(
	Cartographic waypoint,
	Duration holdTime
)

Parameters

waypoint
Type: AGI.Foundation.CoordinatesCartographic
The waypoint at which to wait.
holdTime
Type: AGI.Foundation.TimeDuration
The duration of time to wait.
See Also