Click or drag to resize

ConnectionConfigurationResult Constructor (RouteProcedure, RouteProcedure, ProfileConfigurationResult)

Create a new instance based on the configuration results for the given connection.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public ConnectionConfigurationResult(
	RouteProcedure previousProcedure,
	RouteProcedure nextProcedure,
	ProfileConfigurationResult profileResult
)

Parameters

previousProcedure
Type: AGI.Foundation.RouteDesign.RouteProcedure
The route procedure occurring prior to the connection.
nextProcedure
Type: AGI.Foundation.RouteDesign.RouteProcedure
The route procedure occurring after the connection.
profileResult
Type: AGI.Foundation.RouteDesign.Advanced.ProfileConfigurationResult
The result from configuring the vertical and temporal geometry for the procedure.
See Also