Gets one LabelGroupSubEntity from label group according the index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic LabelGroupSubEntity GetAt(
uint index
)
Public Function GetAt (
index As UInteger
) As LabelGroupSubEntity
public:
LabelGroupSubEntity^ GetAt(
unsigned int index
)
Parameters
- index UInt32
-
Return Value
LabelGroupSubEntity
See Also