Gets the number of child label style under the current labelstyle node.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int ChildrenCount { get; }
VB
Public ReadOnly Property ChildrenCount As Integer Get
C++
public: property int ChildrenCount { int get (); }