Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public ProfileConfigurationResult(
	HeightConfigurationResult heightConfigurationResult,
	SpeedConfigurationResult speedConfigurationResult
)

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