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