Click or drag to resize

SimpleRouteProcedure Constructor (Double, Double, RouteHeightReference)

Create a new instance based on the given constant height and speed with respect to the surface of the Earth.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected SimpleRouteProcedure(
	double speed,
	double height,
	RouteHeightReference heightReference
)

Parameters

speed
Type: SystemDouble
The constant total speed speed of the position.
height
Type: SystemDouble
The constant height with respect to either Earth Mean Sea Level or the WGS84 reference surface.
heightReference
Type: AGI.Foundation.RouteDesignRouteHeightReference
The reference surface to use for the height, either Earth Mean Sea Level or the WGS84 reference surface.
See Also