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.2.419.0 (24.2.419.0)
Syntax public PropagatedRoute(
IList<PropagatedRoute> propagatedRoutes
)
Public Sub New (
propagatedRoutes As IList(Of PropagatedRoute)
)
public:
PropagatedRoute(
IList<PropagatedRoute^>^ propagatedRoutes
)
new :
propagatedRoutes : IList<PropagatedRoute> -> PropagatedRoute
Parameters
- propagatedRoutes
- Type: System.Collections.GenericIListPropagatedRoute
The list of propagated route objects to combine.
See Also