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: 24.2.419.0 (24.2.419.0)
Syntax public 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.RouteDesignPropagatedRoute
The propagated route from which to obtain the height. - heightReference
- Type: AGI.Foundation.TerrainTerrainProvider
The reference surface above which the scalar height is defined.
See Also