Click or drag to resize

HeightConfigurationResult Constructor (HeightConfigurationStatus, Object)

Create a new instance based on the given status and data.

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 HeightConfigurationResult(
	HeightConfigurationStatus connectionStatus,
	Object data
)

Parameters

connectionStatus
Type: AGI.Foundation.RouteDesign.AdvancedHeightConfigurationStatus
The status of the configuration.
data
Type: SystemObject
An object containing additional diagnostic information. See the documentation for the particular type of RouteSegment corresponding to this instance for more information on what the data contains.
See Also