CircularHoldProcedure Constructor (Ellipsoid, Cartographic, Double, Double, 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.2.419.0 (24.2.419.0)
Syntax public CircularHoldProcedure(
Ellipsoid shape,
Cartographic center,
double turningRadius,
double minimumRevolutions,
ClosedTurnDirection turnDirection,
HoldingPatternProfile profile
)
Public Sub New (
shape As Ellipsoid,
center As Cartographic,
turningRadius As Double,
minimumRevolutions As Double,
turnDirection As ClosedTurnDirection,
profile As HoldingPatternProfile
)
public:
CircularHoldProcedure(
Ellipsoid^ shape,
Cartographic center,
double turningRadius,
double minimumRevolutions,
ClosedTurnDirection turnDirection,
HoldingPatternProfile^ profile
)
new :
shape : Ellipsoid *
center : Cartographic *
turningRadius : float *
minimumRevolutions : float *
turnDirection : ClosedTurnDirection *
profile : HoldingPatternProfile -> CircularHoldProcedure
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. - minimumRevolutions
- Type: SystemDouble
The minimum number of revolutions 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