ConstantHeightProfile Constructor (Double, Double, TerrainProvider) |
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public ConstantHeightProfile(
double speed,
double height,
TerrainProvider heightReference
)
Public Sub New (
speed As Double,
height As Double,
heightReference As TerrainProvider
)
public:
ConstantHeightProfile(
double speed,
double height,
TerrainProvider^ heightReference
)
new :
speed : float *
height : float *
heightReference : TerrainProvider -> ConstantHeightProfile
Parameters
- speed
- Type: SystemDouble
The target total speed at which to travel along the surface path. - height
- Type: SystemDouble
The constant height above the reference surface of the surface path. - heightReference
- Type: AGI.Foundation.TerrainTerrainProvider
The reference surface above which the profile is defined.
See Also