Click or drag to resize

SimpleRouteProcedure Constructor (Double, Double, TerrainProvider)

Create a new instance based on the given constant height and speed with respect to the given terrain 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
protected SimpleRouteProcedure(
	double speed,
	double height,
	TerrainProvider terrain
)

Parameters

speed
Type: SystemDouble
The constant speed with respect to the terrain's surface Shape.
height
Type: SystemDouble
The constant height above the terrain.
terrain
Type: AGI.Foundation.TerrainTerrainProvider
The terrain surface over which to traverse.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when terrain is .
See Also