SimpleRouteProcedureSetProfileFromHeightAboveTerrain 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.2.419.0 (24.2.419.0)
Syntax public 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: SystemDouble
The speed at which to traverse over the surface path. - height
- Type: SystemDouble
The constant height above the terrain. - terrain
- Type: AGI.Foundation.TerrainTerrainProvider
The terrain surface.
Exceptions See Also