CADability dotNET
Yields a copy of the list of contained geoobjects. Removing objects from that list doesn't remove the objects from the Block.

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

Syntax

C#
public GeoObjectList Children { get; }
Visual Basic
Public ReadOnly Property Children As GeoObjectList
	Get
Visual C++
public:
property GeoObjectList^ Children {
	GeoObjectList^ get ();
}

See Also