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: 25.1.421.0 (25.1.421.0)
Syntaxprotected SimpleRouteProcedure(
	double speed,
	double height,
	TerrainProvider terrain
)
Protected Sub New ( 
	speed As Double,
	height As Double,
	terrain As TerrainProvider
)
protected:
SimpleRouteProcedure(
	double speed, 
	double height, 
	TerrainProvider^ terrain
)
new : 
        speed : float * 
        height : float * 
        terrain : TerrainProvider -> SimpleRouteProcedureParameters
- 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
See Also