Share

SectionCorridorPointLabelGroup.getDisplayedSubEntities Method

Gets sub-entity labels managed by this label group and these sub-entity labels all are displayed on UI and all have valid anchor info.



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

Syntax

C#

public IList<LabelGroupSubEntity> getDisplayedSubEntities()

VB

Public Function getDisplayedSubEntities As IList(Of LabelGroupSubEntity)

C++

public:
IList<LabelGroupSubEntity^>^ getDisplayedSubEntities()

Return Value

IListLabelGroupSubEntity

See Also

Reference

Was this information helpful?