Gets or sets the type of the region.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public AlignmentRegionType RegionType { get; set; }
VB
Public Property RegionType As AlignmentRegionType Get Set
C++
public: property AlignmentRegionType RegionType { AlignmentRegionType get (); void set (AlignmentRegionType value); }
Property Value
AlignmentRegionTypeExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the changing is not from AlignmentRegionType.Automatic to AlignmentRegionType.Specific. |