SuperelevationCriticalStationIsGradeBreak Method

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.292
Syntax
public bool IsGradeBreak(
	SuperelevationCrossSegmentType crossSegmentType
)

Parameters

crossSegmentType  SuperelevationCrossSegmentType
The type of a Superelevation cross segment.

Return Value

Boolean
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the crossSegmentType is invalid for the current SuperelevationCriticalStation object.
Remarks
This value will always be true for the SuperelevationCrossSegmentType::BeginAlignment and SuperelevationCrossSegmentType::EndAlignment.
See Also