Click or drag to resize

SimpleRouteProcedureSetProfileFromHeightAboveMeanSeaLevel Method

Set the profile to a given constant height and speed with respect to MeanSeaLevel 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
public void SetProfileFromHeightAboveMeanSeaLevel(
	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