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: 24.2.419.0 (24.2.419.0)
Syntax public ScalarRouteHeading(
PropagatedRoute route
)
Public Sub New (
route As PropagatedRoute
)
public:
ScalarRouteHeading(
PropagatedRoute^ route
)
new :
route : PropagatedRoute -> ScalarRouteHeading
Parameters
- route
- Type: AGI.Foundation.RouteDesignPropagatedRoute
The route over which to propagate.
See Also