Click or drag to resize

PropagatedRoute Constructor (IListPropagatedRoute)

Concatenate multiple routes together. Note that unless this may not create a continuous route unless the initial and final conditions were specified to match.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public PropagatedRoute(
	IList<PropagatedRoute> propagatedRoutes
)

Parameters

propagatedRoutes
Type: System.Collections.GenericIListPropagatedRoute
The list of propagated route objects to combine.
See Also