Click or drag to resize

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
)

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