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.2.419.0 (24.2.419.0)
Syntax public 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 -> ProcedureConfigurationResult
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