LeftOffset Property

Gets the left offset value of the Section.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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

ExceptionCondition
[!:System.InvalidOperationException] Thrown when LeftOffset is not supported by current Section.

See Also