RoutePropagator Constructor (RouteConnection, IEnumerableRouteSegment) |
Create a new instance based on the given default connection and set of procedures.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public RoutePropagator(
RouteConnection customDefaultConnection,
IEnumerable<RouteSegment> procedures
)
Public Sub New (
customDefaultConnection As RouteConnection,
procedures As IEnumerable(Of RouteSegment)
)
public:
RoutePropagator(
RouteConnection^ customDefaultConnection,
IEnumerable<RouteSegment^>^ procedures
)
new :
customDefaultConnection : RouteConnection *
procedures : IEnumerable<RouteSegment> -> RoutePropagator
Parameters
- customDefaultConnection
- Type: AGI.Foundation.RouteDesignRouteConnection
The connection to use to connect the procedures together. - procedures
- Type: System.Collections.GenericIEnumerableRouteSegment
A list of procedures that define the route.
See Also