GetAt Method

Gets one LabelGroupSubEntity from label group according the index.

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

Syntax

C#

public LabelGroupSubEntity GetAt(
	uint index
)

Visual Basic

Public Function GetAt ( _
	index As UInteger _
) As LabelGroupSubEntity

Visual C++

public:
LabelGroupSubEntity^ GetAt(
	unsigned int index
)

Parameters

index
Type: System.UInt32

See Also