Click or drag to resize

RoutePropagator Constructor (RouteConnection, IListRouteSegment)

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.1.418.0 (24.1.418.0)
Syntax
public RoutePropagator(
	RouteConnection customDefaultConnection,
	IList<RouteSegment> procedures
)

Parameters

customDefaultConnection
Type: AGI.Foundation.RouteDesignRouteConnection
The connection to use to connect the procedures together.
procedures
Type: System.Collections.GenericIListRouteSegment
A list of procedures that define the route.
See Also