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.2.419.0 (24.2.419.0)
Syntax public 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 -> StationaryHoldProcedure
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