Click or drag to resize

DefaultConnectionBehaviorCreateConnection Method

Create a connection between two RouteProcedures based on the current settings for the connection behavior.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RouteConnection CreateConnection(
	RouteProcedure previousProcedure,
	RouteProcedure nextProcedure
)

Parameters

previousProcedure
Type: AGI.Foundation.RouteDesignRouteProcedure
The previous procedure providing initial conditions for the connection.
nextProcedure
Type: AGI.Foundation.RouteDesignRouteProcedure
The next procedure providing final conditions for the connection.

Return Value

Type: RouteConnection
A new instance of a connection to insert between the two RouteProcedures.
See Also