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.3.420.0 (24.3.420.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 -> SimpleRouteProcedure
Parameters
- speed
- Type: System.Double
The constant speed with respect to the terrain's surface Shape. - height
- Type: System.Double
The constant height above the terrain. - terrain
- Type: AGI.Foundation.Terrain.TerrainProvider
The terrain surface over which to traverse.
Exceptions
See Also