Share

LabelStyle.ChildrenCount Property

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 ();
}

Property Value

Int32

See Also

Reference

Was this information helpful?