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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CircularHoldProcedure(
	Ellipsoid shape,
	Cartographic center,
	double turningRadius,
	Duration minimumTime,
	ClosedTurnDirection turnDirection,
	HoldingPatternProfile profile
)
Public Sub New ( 
	shape As Ellipsoid,
	center As Cartographic,
	turningRadius As Double,
	minimumTime As Duration,
	turnDirection As ClosedTurnDirection,
	profile As HoldingPatternProfile
)
public:
CircularHoldProcedure(
	Ellipsoid^ shape, 
	Cartographic center, 
	double turningRadius, 
	Duration minimumTime, 
	ClosedTurnDirection turnDirection, 
	HoldingPatternProfile^ profile
)
new : 
        shape : Ellipsoid * 
        center : Cartographic * 
        turningRadius : float * 
        minimumTime : Duration * 
        turnDirection : ClosedTurnDirection * 
        profile : HoldingPatternProfile -> CircularHoldProcedureParameters
- 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