Returns whether there is a slope change from previous segment and next segment.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool IsGradeBreak( SuperelevationCrossSegmentType crossSegmentType )
VB
Public Function IsGradeBreak ( crossSegmentType As SuperelevationCrossSegmentType ) As Boolean
C++
public: bool IsGradeBreak( SuperelevationCrossSegmentType crossSegmentType )
Parameters
- crossSegmentType SuperelevationCrossSegmentType
- The type of a Superelevation cross segment.
Return Value
BooleanExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the crossSegmentType is invalid for the current SuperelevationCriticalStation object. |