Gets or sets the type of the region.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public AlignmentRegionType RegionType { get; set; } |
| Visual Basic |
|---|
Public Property RegionType As AlignmentRegionType Get Set |
| Visual C++ |
|---|
public: property AlignmentRegionType RegionType { AlignmentRegionType get (); void set (AlignmentRegionType value); } |
Remarks
Changing the type of a region affects the offset value of the region.
Exceptions
| Exception | Condition |
|---|---|
| System..::..InvalidOperationException | Thrown when the changing is not from AlignmentRegionType.Automatic to AlignmentRegionType.Specific. |