CADability dotNET
Returns the number of children the GeoObject has. Simple GeoObjects (like Line) dont have children.

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
int NumChildren { get; }
Visual Basic
ReadOnly Property NumChildren As Integer
	Get
Visual C++
property int NumChildren {
	int get ();
}

See Also