Click or drag to resize

CircularHoldProcedure Constructor (Ellipsoid, Cartographic, Double, Duration, ClosedTurnDirection, HoldingPatternProfile)

Create a new instance based on the given parameters.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CircularHoldProcedure(
	Ellipsoid shape,
	Cartographic center,
	double turningRadius,
	Duration minimumTime,
	ClosedTurnDirection turnDirection,
	HoldingPatternProfile profile
)

Parameters

shape
Type: AGI.Foundation.Geometry.ShapesEllipsoid
The shape of the reference surface over which the surface path is defined.
center
Type: AGI.Foundation.CoordinatesCartographic
The center of the hold.
turningRadius
Type: SystemDouble
The radius from the center of the hold to the circular path.
minimumTime
Type: AGI.Foundation.TimeDuration
The minimum time to spend in the hold before leaving.
turnDirection
Type: AGI.Foundation.RouteDesignClosedTurnDirection
An enumeration indicating whether to turn left or turn right.
profile
Type: AGI.Foundation.RouteDesign.AdvancedHoldingPatternProfile
The profile defining the height and speed profiles over the course of the hold.
See Also