Click or drag to resize

RouteConnectionCreateConnection Method

Create the ConfigurableConnection that can be used by the RoutePropagator to configure the connections between route segments.

Namespace:  AGI.Foundation.RouteDesign
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract ConfigurableConnection CreateConnection(
	ConfigurableSurfaceProcedure previousPath,
	ConfigurableSurfaceProcedure nextPath,
	RouteProcedure previousProcedure,
	RouteProcedure nextProcedure
)

Parameters

previousPath
Type: AGI.Foundation.RouteDesign.AdvancedConfigurableSurfaceProcedure
The previous procedure's configurable path.
nextPath
Type: AGI.Foundation.RouteDesign.AdvancedConfigurableSurfaceProcedure
The next procedure's configurable path.
previousProcedure
Type: AGI.Foundation.RouteDesignRouteProcedure
The previous procedure.
nextProcedure
Type: AGI.Foundation.RouteDesignRouteProcedure
The next procedure.

Return Value

Type: ConfigurableConnection
The connection between the previous and next procedures.
See Also