StationaryHoldProcedure Constructor (Double, Double, Duration, Double, TerrainProvider) |
Create a new instance based on the given parameters over the surface of the
Earth.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public StationaryHoldProcedure(
double waypointLongitude,
double waypointLatitude,
Duration holdTime,
double heightAboveSurface,
TerrainProvider terrainSurface
)
Public Sub New (
waypointLongitude As Double,
waypointLatitude As Double,
holdTime As Duration,
heightAboveSurface As Double,
terrainSurface As TerrainProvider
)
public:
StationaryHoldProcedure(
double waypointLongitude,
double waypointLatitude,
Duration holdTime,
double heightAboveSurface,
TerrainProvider^ terrainSurface
)
new :
waypointLongitude : float *
waypointLatitude : float *
holdTime : Duration *
heightAboveSurface : float *
terrainSurface : TerrainProvider -> StationaryHoldProcedure
Parameters
- waypointLongitude
- Type: SystemDouble
The longitude of the waypoint, in radians. - waypointLatitude
- Type: SystemDouble
The geodetic latitude of the waypoint, in radians. - holdTime
- Type: AGI.Foundation.TimeDuration
The duration of time to wait. - heightAboveSurface
- Type: SystemDouble
The height above the reference surface at which to arrive at the waypoint, in meters. - terrainSurface
- Type: AGI.Foundation.TerrainTerrainProvider
The terrain surface to use when defining the heightAboveSurface.
See Also