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 uint SubEntityCount { get; }
VB
Public ReadOnly Property SubEntityCount As UInteger Get
C++
public: property unsigned int SubEntityCount { unsigned int get (); }