Gets the number of child label style under the current labelstyle node.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public int ChildrenCount { get; }
Visual Basic
Public ReadOnly Property ChildrenCount As Integer
	Get
Visual C++
public:
property int ChildrenCount {
	int get ();
}

See Also