ProfileConfigurationResult Constructor (HeightConfigurationStatus, SpeedConfigurationStatus) |
Create a new instance based on the given status information 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(
HeightConfigurationStatus heightStatus,
SpeedConfigurationStatus speedStatus
)
Public Sub New (
heightStatus As HeightConfigurationStatus,
speedStatus As SpeedConfigurationStatus
)
public:
ProfileConfigurationResult(
HeightConfigurationStatus heightStatus,
SpeedConfigurationStatus speedStatus
)
new :
heightStatus : HeightConfigurationStatus *
speedStatus : SpeedConfigurationStatus -> ProfileConfigurationResult
Parameters
- heightStatus
- Type: AGI.Foundation.RouteDesign.AdvancedHeightConfigurationStatus
The status of the height configuration. - speedStatus
- Type: AGI.Foundation.RouteDesign.AdvancedSpeedConfigurationStatus
The status of the speed configuration.
See Also