AlignmentRegionRegionType Property

Gets or sets the type of the region.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public AlignmentRegionType RegionType { get; set; }

Property Value

AlignmentRegionType
Exceptions
ExceptionCondition
InvalidOperationException Thrown when the changing is not from AlignmentRegionType.Automatic to AlignmentRegionType.Specific.
Remarks
Changing the type of a region affects the offset value of the region.
See Also