CBRemoveAllObjectsΒΆ
Removes all drawing objects from a grouped object. The drawing objects will be destroyed.
- bool = CBRemoveAllObjects(hlink)
Return Value
If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).
Parameters
- hlink
hlink identifies the object.
Comment
To remove only some objects use the CBGetAllObjects function to retrieve the object handles. With the ObjDestroy function the objects can be deleted. To update the bounding box call CBUpdate.
See also
id-1362400