Click or drag to resize

ConfigurableConnectionConfigure Method

Configure this connection based on its index in the given list of all connections in the route.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract void Configure(
	IList<ConfigurableConnection> connections,
	int currentIndex
)

Parameters

connections
Type: System.Collections.GenericIListConfigurableConnection
The list of all connections in the route.
currentIndex
Type: SystemInt32
The index where this connection occurs in the list of connections.
See Also