Removes the super-elevation information from the specified segment type.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void BreakSegment(
	SuperelevationCrossSegmentType crossSegmentType
)
Visual Basic
Public Sub BreakSegment ( _
	crossSegmentType As SuperelevationCrossSegmentType _
)
Visual C++
public:
void BreakSegment(
	SuperelevationCrossSegmentType crossSegmentType
)

Parameters

crossSegmentType
Type: Autodesk.Civil..::..SuperelevationCrossSegmentType
The type of a Superelevation cross segment.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the crossSegmentType is invalid for the current SuperelevationCriticalStation object.

See Also