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.3.420.0 (24.3.420.0)
Syntax
public CircularHoldProcedure(
	Cartographic center,
	double turningRadius,
	double minimumRevolutions,
	ClosedTurnDirection turnDirection,
	double speed,
	double height,
	RouteHeightReference heightReference
)

Parameters

center
Type: AGI.Foundation.Coordinates.Cartographic
The center of the hold.
turningRadius
Type: System.Double
The radius from the center of the hold to the circular path.
minimumRevolutions
Type: System.Double
The minimum number of revolutions to spend in the hold before leaving.
turnDirection
Type: AGI.Foundation.RouteDesign.ClosedTurnDirection
An enumeration indicating whether to turn left or turn right.
speed
Type: System.Double
The speed of the platform during the hold, in meters per second.
height
Type: System.Double
The height above the reference surface, in meters.
heightReference
Type: AGI.Foundation.RouteDesign.RouteHeightReference
The reference surface used to define the height.
See Also