ScalarRouteHeading Constructor (PropagatedRoute) | 
 
            Create a new instance based on the given route.
            
 
    Namespace: 
   AGI.Foundation.Geometry
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ScalarRouteHeading(
	PropagatedRoute route
)
Public Sub New ( 
	route As PropagatedRoute
)
public:
ScalarRouteHeading(
	PropagatedRoute^ route
)
new : 
        route : PropagatedRoute -> ScalarRouteHeadingParameters
- route
 - Type: AGI.Foundation.RouteDesignPropagatedRoute
The route over which to propagate. 
See Also