| 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)
 Syntax
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 -> ScalarRouteHeightParameters
- 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
See Also