Share

AlignmentRegion.Split 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.280

Syntax

C#

public void Split()

VB

Public Sub Split

C++

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

Reference

Was this information helpful?