CAMAdditiveContainer.deleteMe Method

Parent Object: CAMAdditiveContainer
Defined in namespace "adsk::cam" and the header file is <Cam/CAM/CAMAdditiveContainer.h>

Description

Deletes the operation from the document. In case of a setup or folder, all containing child operations will be deleted as well. Note: Child classes may overwrite this function and throw an exception if the object cannot be deleted.

Syntax

"cAMAdditiveContainer_var" is a variable referencing a CAMAdditiveContainer object.
returnValue = cAMAdditiveContainer_var.deleteMe()
"cAMAdditiveContainer_var" is a variable referencing a CAMAdditiveContainer object.

#include <Cam/CAM/CAMAdditiveContainer.h>

returnValue = cAMAdditiveContainer_var->deleteMe();

Return Value

Type Description
boolean Returns true if the delete was successful.

Version

Introduced in version July 2024