Gets or sets the offset of the region.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public double Offset { get; set; }
Visual Basic
Public Property Offset As Double
Get
Set
Visual C++
public: property double Offset { double get (); void set (double value); }
Exceptions
Exception | Condition |
---|---|
System.ArgumentException |
Thrown when:
|
System.InvalidOperationException | Thrown when changing the value but the RegionType is AlignmentRegionType.Automatic. |