ProfileConfigurationResult Constructor (HeightConfigurationResult, SpeedConfigurationResult) |
Create a new instance based on the given results for height and speed.
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 ProfileConfigurationResult(
HeightConfigurationResult heightConfigurationResult,
SpeedConfigurationResult speedConfigurationResult
)
Public Sub New (
heightConfigurationResult As HeightConfigurationResult,
speedConfigurationResult As SpeedConfigurationResult
)
public:
ProfileConfigurationResult(
HeightConfigurationResult^ heightConfigurationResult,
SpeedConfigurationResult^ speedConfigurationResult
)
new :
heightConfigurationResult : HeightConfigurationResult *
speedConfigurationResult : SpeedConfigurationResult -> ProfileConfigurationResult
Parameters
- heightConfigurationResult
- Type: AGI.Foundation.RouteDesign.AdvancedHeightConfigurationResult
The configuration results for height. - speedConfigurationResult
- Type: AGI.Foundation.RouteDesign.AdvancedSpeedConfigurationResult
The configuration results for speed.
See Also