AlignmentRegionRegionType Property |
Gets or sets the type of the region.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic AlignmentRegionType RegionType { get; set; }Public Property RegionType As AlignmentRegionType
Get
Set
public:
property AlignmentRegionType RegionType {
AlignmentRegionType get ();
void set (AlignmentRegionType value);
}Property Value
AlignmentRegionType
Exceptions| Exception | Condition |
|---|
| 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