Returns whether there is a slope change from previous segment and next segment.

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

Syntax

C#
public bool IsGradeBreak(
	SuperelevationCrossSegmentType crossSegmentType
)
Visual Basic
Public Function IsGradeBreak ( _
	crossSegmentType As SuperelevationCrossSegmentType _
) As Boolean
Visual C++
public:
bool IsGradeBreak(
	SuperelevationCrossSegmentType crossSegmentType
)

Parameters

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

Remarks

This value will always be true for the SuperelevationCrossSegmentType::BeginAlignment and SuperelevationCrossSegmentType::EndAlignment.

Exceptions

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

See Also