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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public void Split()
Visual Basic
Public Sub Split
Visual C++
public:
void Split()

Remarks

Split a widening into two widenings sharing one 0-length transition and the right widening is of region type *specific*.

Exceptions

ExceptionCondition
System..::..InvalidOperationException Thrown when the RegionType is AlignmentRegionType.Automatic.

See Also