OffsetIndex Property

Gets the offset index of the vertex relative to the center point.

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

Syntax

C#

public int OffsetIndex { get; }

Visual Basic

Public ReadOnly Property OffsetIndex As Integer
	Get

Visual C++

public:
property int OffsetIndex {
	int get ();
}

Remarks

OffsetIndex is 0 for the vertex that intersects with the alignment. The OffsetIndex of the first vertex on both the left and right start from 1.

See Also