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: 25.1.421.0 (25.1.421.0)
Syntaxpublic StationaryHoldProcedure(
	Cartographic waypoint,
	Duration holdTime
)
Public Sub New ( 
	waypoint As Cartographic,
	holdTime As Duration
)
public:
StationaryHoldProcedure(
	Cartographic waypoint, 
	Duration holdTime
)
new : 
        waypoint : Cartographic * 
        holdTime : Duration -> StationaryHoldProcedureParameters
- waypoint
 - Type: AGI.Foundation.CoordinatesCartographic
The waypoint at which to wait. - holdTime
 - Type: AGI.Foundation.TimeDuration
The duration of time to wait. 
See Also