Click or drag to resize

StationaryHoldProcedure Constructor (Double, Double, Duration, Double, TerrainProvider)

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(
	double waypointLongitude,
	double waypointLatitude,
	Duration holdTime,
	double heightAboveSurface,
	TerrainProvider terrainSurface
)

Parameters

waypointLongitude
Type: SystemDouble
The longitude of the waypoint, in radians.
waypointLatitude
Type: SystemDouble
The geodetic latitude of the waypoint, in radians.
holdTime
Type: AGI.Foundation.TimeDuration
The duration of time to wait.
heightAboveSurface
Type: SystemDouble
The height above the reference surface at which to arrive at the waypoint, in meters.
terrainSurface
Type: AGI.Foundation.TerrainTerrainProvider
The terrain surface to use when defining the heightAboveSurface.
See Also