Gets the number of sub-entity labels managed by this group label.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public uint SubEntityCount { get; }
VB
Public ReadOnly Property SubEntityCount As UInteger Get
C++
public: property unsigned int SubEntityCount { unsigned int get (); }