StartPointOffset Property

Gets the line segment starting point offset.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public double StartPointOffset { get; }

Visual Basic

Public ReadOnly Property StartPointOffset As Double
	Get

Visual C++

public:
property double StartPointOffset {
	double get ();
}

See Also