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.2.419.0 (24.2.419.0)
Syntax protected 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 -> SimpleRouteProcedure
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 See Also