Index Property

Gets the point index.

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

Syntax

C#

int Index { get; }

Visual Basic

ReadOnly Property Index As Integer
	Get

Visual C++

property int Index {
	int get ();
}

See Also