SimpleRouteProcedure.SetProfileFromHeightAboveTerrain Method |
Set the profile to a given constant height above the terrain surface moving
at a constant speed with respect to the terrain's
surface shape.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic void SetProfileFromHeightAboveTerrain(
double speed,
double height,
TerrainProvider terrain
)
Public Sub SetProfileFromHeightAboveTerrain (
speed As Double,
height As Double,
terrain As TerrainProvider
)
public:
void SetProfileFromHeightAboveTerrain(
double speed,
double height,
TerrainProvider^ terrain
)
member SetProfileFromHeightAboveTerrain :
speed : float *
height : float *
terrain : TerrainProvider -> unit
Parameters
- speed
- Type: System.Double
The speed at which to traverse over the surface path. - height
- Type: System.Double
The constant height above the terrain. - terrain
- Type: AGI.Foundation.Terrain.TerrainProvider
The terrain surface.
Exceptions
See Also