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: 24.1.418.0 (24.1.418.0)
Syntax
public ConnectionConfigurationResult(
	RouteProcedure previousProcedure,
	RouteProcedure nextProcedure,
	ProfileConfigurationResult profileResult
)

Parameters

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