Click or drag to resize

ConstantHeightProfile Constructor

Overload List
  NameDescription
Public methodConstantHeightProfile
Create a new instance.
Public methodConstantHeightProfile(Double, Double, RouteHeightReference)
Create a new instance with the given speed and height. The profile is set such that it cannot be modified (the AllowVariationInSpeed and AllowVariationInHeight properties return false).
Public methodConstantHeightProfile(Double, Double, TerrainProvider)
Create a new instance with the given speed and height. The profile is set such that it cannot be modified (the AllowVariationInSpeed and AllowVariationInHeight properties return false).
Public methodConstantHeightProfile(Double, Double, Double, Double, RouteHeightReference)
Create a new instance with the given speed and height. With this constructor, the speed and height can be adjusted by the route (the AllowVariationInSpeed and AllowVariationInHeight properties return true).
Public methodConstantHeightProfile(Double, Double, Double, Double, TerrainProvider)
Create a new instance with the given speed and height. With this constructor, the speed and height can be adjusted by the route (the AllowVariationInSpeed and AllowVariationInHeight properties return true).
Top
See Also