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)
Syntaxpublic ConnectionConfigurationResult(
RouteProcedure previousProcedure,
RouteProcedure nextProcedure,
ProfileConfigurationResult profileResult
)
Public Sub New (
previousProcedure As RouteProcedure,
nextProcedure As RouteProcedure,
profileResult As ProfileConfigurationResult
)
public:
ConnectionConfigurationResult(
RouteProcedure^ previousProcedure,
RouteProcedure^ nextProcedure,
ProfileConfigurationResult^ profileResult
)
new :
previousProcedure : RouteProcedure *
nextProcedure : RouteProcedure *
profileResult : ProfileConfigurationResult -> ConnectionConfigurationResult
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