Gets one LabelGroupSubEntity from label group according the index.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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