CADability dotNET
Removes all objects from that block and returns those objects in a new list. The returned objects have no Owner.

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

Syntax

C#
public GeoObjectList Clear()
Visual Basic
Public Function Clear As GeoObjectList
Visual C++
public:
GeoObjectList^ Clear()

Return Value

a list with all the objects of this block

See Also