Click or drag to resize

ProcedureConfigurationResult Constructor (RouteProcedure, SurfaceConfigurationResult, SurfaceConfigurationResult, ProfileConfigurationResult)

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

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 ProcedureConfigurationResult(
	RouteProcedure procedure,
	SurfaceConfigurationResult surfaceEntryResult,
	SurfaceConfigurationResult surfaceExitResult,
	ProfileConfigurationResult profileResult
)

Parameters

procedure
Type: AGI.Foundation.RouteDesignRouteProcedure
The route procedure corresponding to the given results.
surfaceEntryResult
Type: AGI.Foundation.RouteDesign.AdvancedSurfaceConfigurationResult
The result from configuring the surface geometry and connection for entry into the procedure.
surfaceExitResult
Type: AGI.Foundation.RouteDesign.AdvancedSurfaceConfigurationResult
The result from configuring the surface geometry and connection for exiting the procedure.
profileResult
Type: AGI.Foundation.RouteDesign.AdvancedProfileConfigurationResult
The result from configuring the vertical and temporal geometry for the procedure.
See Also