TurnBeforeWaypointProcedure Constructor (Double, Double, Double, Double, 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 TurnBeforeWaypointProcedure(
	double waypointLongitude,
	double waypointLatitude,
	double turnRadius,
	double speed,
	double heightAboveSurface,
	RouteHeightReference heightReference
)
Public Sub New ( 
	waypointLongitude As Double,
	waypointLatitude As Double,
	turnRadius As Double,
	speed As Double,
	heightAboveSurface As Double,
	heightReference As RouteHeightReference
)
public:
TurnBeforeWaypointProcedure(
	double waypointLongitude, 
	double waypointLatitude, 
	double turnRadius, 
	double speed, 
	double heightAboveSurface, 
	RouteHeightReference heightReference
)
new : 
        waypointLongitude : float * 
        waypointLatitude : float * 
        turnRadius : float * 
        speed : float * 
        heightAboveSurface : float * 
        heightReference : RouteHeightReference -> TurnBeforeWaypointProcedureParameters
- waypointLongitude
 - Type: SystemDouble
The longitude of the waypoint, in radians. - waypointLatitude
 - Type: SystemDouble
The geodetic latitude of the waypoint, in radians. - turnRadius
 - Type: SystemDouble
The horizontal turning radius at which to turn when arriving at the waypoint, in meters. - speed
 - Type: SystemDouble
The target speed at which to turn at the waypoint, in meters per second. - 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