Share

LabelGroup.GetAt Method

Gets one LabelGroupSubEntity from label group according the index.



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

Syntax

C#

public LabelGroupSubEntity GetAt(
	uint index
)

VB

Public Function GetAt ( 
	index As UInteger
) As LabelGroupSubEntity

C++

public:
LabelGroupSubEntity^ GetAt(
	unsigned int index
)

Parameters

index  UInt32
 

Return Value

LabelGroupSubEntity

See Also

Reference

Was this information helpful?