Index Property

Index of the Civil 3D object.

Namespace: Autodesk.Civil.DataShortcuts
Assembly: AeccDataShortcutMgd (in AeccDataShortcutMgd.dll) Version: 13.2.3892.0

Syntax

C#

public int Index { get; }

Visual Basic

Public ReadOnly Property Index As Integer
	Get

Visual C++

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

See Also