Index Property

Gets a reference to the LabelGroup instance parent of this object.

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

Syntax

C#

public uint Index { get; }

Visual Basic

Public ReadOnly Property Index As UInteger
	Get

Visual C++

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

See Also