ScalarRouteHeight Constructor (PropagatedRoute, TerrainProvider) |
Create a new instance based on the given route and height reference.
Namespace:
AGI.Foundation.Geometry
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarRouteHeight(
PropagatedRoute route,
TerrainProvider heightReference
)
Public Sub New (
route As PropagatedRoute,
heightReference As TerrainProvider
)
public:
ScalarRouteHeight(
PropagatedRoute^ route,
TerrainProvider^ heightReference
)
new :
route : PropagatedRoute *
heightReference : TerrainProvider -> ScalarRouteHeight
Parameters
- route
- Type: AGI.Foundation.RouteDesign.PropagatedRoute
The propagated route from which to obtain the height. - heightReference
- Type: AGI.Foundation.Terrain.TerrainProvider
The reference surface above which the scalar height is defined.
See Also