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.2.419.0 (24.2.419.0)
Syntax public CircularHoldProcedure(
Cartographic center,
double turningRadius,
double minimumRevolutions,
ClosedTurnDirection turnDirection,
double speed,
double height,
RouteHeightReference heightReference
)
Public Sub New (
center As Cartographic,
turningRadius As Double,
minimumRevolutions As Double,
turnDirection As ClosedTurnDirection,
speed As Double,
height As Double,
heightReference As RouteHeightReference
)
public:
CircularHoldProcedure(
Cartographic center,
double turningRadius,
double minimumRevolutions,
ClosedTurnDirection turnDirection,
double speed,
double height,
RouteHeightReference heightReference
)
new :
center : Cartographic *
turningRadius : float *
minimumRevolutions : float *
turnDirection : ClosedTurnDirection *
speed : float *
height : float *
heightReference : RouteHeightReference -> CircularHoldProcedure
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