SuperelevationCriticalStationRemoveGradeBreak Method |
Resets the slope value to its initialization value at the specified segment type.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveGradeBreak(
SuperelevationCrossSegmentType crossSegmentType
)
Public Sub RemoveGradeBreak (
crossSegmentType As SuperelevationCrossSegmentType
)
public:
void RemoveGradeBreak(
SuperelevationCrossSegmentType crossSegmentType
)
Parameters
- crossSegmentType SuperelevationCrossSegmentType
- The type of a Superelevation cross segment.
ExceptionsException | Condition |
---|
InvalidOperationException |
Thrown when the crossSegmentType is invalid for the current SuperelevationCriticalStation object.
|
See Also