Gets the left offset value of the Section.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public double LeftOffset { get; }
Visual Basic
Public ReadOnly Property LeftOffset As Double
Get
Visual C++
public: property double LeftOffset { double get (); }
Exceptions
Exception | Condition |
---|---|
[!:System.InvalidOperationException] | Thrown when LeftOffset is not supported by current Section. |