AlignmentRegionSplit Method

Split an AlignmentRegion in half creating a widening region with the second AlignmentRegion.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void Split()
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the RegionType is AlignmentRegionType.Automatic.
Remarks
Split a widening into two widenings sharing one 0-length transition and the right widening is of region type *specific*.
See Also