Click or drag to resize

ConstantHeightProfile Constructor (Double, Double, TerrainProvider)

Create a new instance with the given speed and height. The profile is set such that it cannot be modified (the AllowVariationInSpeed and AllowVariationInHeight properties return false).

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ConstantHeightProfile(
	double speed,
	double height,
	TerrainProvider heightReference
)

Parameters

speed
Type: SystemDouble
The target total speed at which to travel along the surface path.
height
Type: SystemDouble
The constant height above the reference surface of the surface path.
heightReference
Type: AGI.Foundation.TerrainTerrainProvider
The reference surface above which the profile is defined.
See Also