Click or drag to resize

SimpleRouteProcedureSetProfileFromHeight Method

Set the profile to a given constant height and speed with respect to the Earth. If the MeanSeaLevel is available, it will use that as the height reference surface.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SetProfileFromHeight(
	double speed,
	double height
)

Parameters

speed
Type: SystemDouble
The speed at which to traverse over the surface.
height
Type: SystemDouble
The constant height with respect to the Earth's reference surface.
See Also