Click or drag to resize

ConfigurableSurfaceProcedure.ConfigureExit Method

Given the list of connections, configure the next connection as it leaves this procedure. Ensure that the connection is continuous in both position and heading. Note that the outgoing heading may have changed in between evaluations if other procedures are configuring the same connection. The procedure is responsible for providing an exit arc which accounts for this change.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public abstract SurfaceConfigurationResult ConfigureExit(
	IList<ConfigurableConnection> connections,
	int nextIndex
)

Parameters

connections
Type: System.Collections.Generic.IList<ConfigurableConnection>
The list of connections in the route.
nextIndex
Type: System.Int32
The index of the connection which comes after this procedure.

Return Value

Type: SurfaceConfigurationResult
Returns a result indicating whether the configuration was successful or whether there was an error which either prevents configuration or forces a discontinuous result.
See Also