Drawing.deleteEntities Method
Parent Object:
DrawingDefined in namespace "adsk::drawing" and the header file is <Drawing/Drawing/Drawing.h>
Description
Deletes the specified set of entities that are associated with this product.
Syntax
"drawing_var" is a variable referencing a Drawing object.returnValue = drawing_var.deleteEntities(entities)
|
"drawing_var" is a variable referencing a Drawing object.
#include <Drawing/Drawing/Drawing.h>
returnValue = drawing_var->deleteEntities(entities);
|
Return Value
boolean |
Returns True if any of the entities provided in the list were deleted. If entities were specified that can't be deleted or aren't owned by this product, they are ignored. |
Parameters
entities |
ObjectCollection |
An ObjectCollection containing the list of entities to delete. |
Version
Introduced in version December 2020