Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ProfileConfigurationResult(
	HeightConfigurationStatus heightStatus,
	SpeedConfigurationStatus speedStatus
)

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