SuperelevationCriticalStationIsGradeBreak Method |
Returns whether there is a slope change from previous segment and next segment.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsGradeBreak(
SuperelevationCrossSegmentType crossSegmentType
)
Public Function IsGradeBreak (
crossSegmentType As SuperelevationCrossSegmentType
) As Boolean
public:
bool IsGradeBreak(
SuperelevationCrossSegmentType crossSegmentType
)
Parameters
- crossSegmentType SuperelevationCrossSegmentType
- The type of a Superelevation cross segment.
Return Value
Boolean
ExceptionsException | Condition |
---|
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