Click or drag to resize

RoutePropagator Constructor (RouteSegment)

Create a new instance based on the given set of procedures. Since this doesn't specify the connection to use, the DefaultConnectionBehavior will create connections in between RouteProcedures.

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(
	params RouteSegment[] procedures
)

Parameters

procedures
Type: AGI.Foundation.RouteDesignRouteSegment
A set of procedures that define the route.
See Also