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.2.3892.0

Syntax

C#

public IList<LabelGroupSubEntity> getDisplayedSubEntities()

Visual Basic

Public Function getDisplayedSubEntities As IList(Of LabelGroupSubEntity)

Visual C++

public:
IList<LabelGroupSubEntity^>^ getDisplayedSubEntities()

See Also