Gets the number of sub-entity labels managed by this group label.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public virtual IList<LabelGroupSubEntity> SubEntities { get; }
VB
Public Overridable ReadOnly Property SubEntities As IList(Of LabelGroupSubEntity) Get
C++
public: virtual property IList<LabelGroupSubEntity^>^ SubEntities { IList<LabelGroupSubEntity^>^ get (); }