Returns whether there is a slope change from previous segment and next segment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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
Exception | Condition |
---|---|
System.InvalidOperationException | Thrown when the crossSegmentType is invalid for the current SuperelevationCriticalStation object. |