StationaryHoldProcedure Constructor (Double, Double, Duration, Double, RouteHeightReference) | 
 
            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: 25.1.421.0 (25.1.421.0)
Syntaxpublic StationaryHoldProcedure(
	double waypointLongitude,
	double waypointLatitude,
	Duration holdTime,
	double heightAboveSurface,
	RouteHeightReference heightReference
)
Public Sub New ( 
	waypointLongitude As Double,
	waypointLatitude As Double,
	holdTime As Duration,
	heightAboveSurface As Double,
	heightReference As RouteHeightReference
)
public:
StationaryHoldProcedure(
	double waypointLongitude, 
	double waypointLatitude, 
	Duration holdTime, 
	double heightAboveSurface, 
	RouteHeightReference heightReference
)
new : 
        waypointLongitude : float * 
        waypointLatitude : float * 
        holdTime : Duration * 
        heightAboveSurface : float * 
        heightReference : RouteHeightReference -> StationaryHoldProcedureParameters
- 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. - heightReference
 - Type: AGI.Foundation.RouteDesignRouteHeightReference
The reference to use when defining the heightAboveSurface. 
See Also