CAM.deleteEntities Method
Parent Object:
CAMDefined in namespace "adsk::cam" and the header file is <Cam/CAM/CAM.h>
Description
Deletes the specified set of entities that are associated with this product.
Syntax
"cAM_var" is a variable referencing a CAM object.returnValue = cAM_var.deleteEntities(entities)
|
"cAM_var" is a variable referencing a CAM object.
#include <Cam/CAM/CAM.h>
returnValue = cAM_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 January 2017