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: 25.1.421.0 (25.1.421.0)
Syntaxpublic ProcedureConfigurationResult(
	RouteProcedure procedure,
	SurfaceConfigurationResult surfaceEntryResult,
	SurfaceConfigurationResult surfaceExitResult,
	ProfileConfigurationResult profileResult
)
Public Sub New ( 
	procedure As RouteProcedure,
	surfaceEntryResult As SurfaceConfigurationResult,
	surfaceExitResult As SurfaceConfigurationResult,
	profileResult As ProfileConfigurationResult
)
public:
ProcedureConfigurationResult(
	RouteProcedure^ procedure, 
	SurfaceConfigurationResult^ surfaceEntryResult, 
	SurfaceConfigurationResult^ surfaceExitResult, 
	ProfileConfigurationResult^ profileResult
)
new : 
        procedure : RouteProcedure * 
        surfaceEntryResult : SurfaceConfigurationResult * 
        surfaceExitResult : SurfaceConfigurationResult * 
        profileResult : ProfileConfigurationResult -> ProcedureConfigurationResultParameters
- 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