Click or drag to resize

CircularHoldProcedure Constructor (Cartographic, Double, Double, ClosedTurnDirection, Double, Double, RouteHeightReference)

Create a new instance based on the given parameters. The Profile property must be set before propagation.

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(
	Cartographic center,
	double turningRadius,
	double minimumRevolutions,
	ClosedTurnDirection turnDirection,
	double speed,
	double height,
	RouteHeightReference heightReference
)

Parameters

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.
speed
Type: SystemDouble
The speed of the platform during the hold, in meters per second.
height
Type: SystemDouble
The height above the reference surface, in meters.
heightReference
Type: AGI.Foundation.RouteDesignRouteHeightReference
The reference surface used to define the height.
See Also