DocumentToolLibrary.remove Method
Parent Object:
DocumentToolLibraryDefined in namespace "adsk::cam" and the header file is <Cam/Tools/DocumentToolLibrary.h>
Description
Remove Tool by index from ToolLibrary.
Syntax
"documentToolLibrary_var" is a variable referencing a DocumentToolLibrary object.returnValue = documentToolLibrary_var.remove(index)
|
"documentToolLibrary_var" is a variable referencing a DocumentToolLibrary object.
#include <Cam/Tools/DocumentToolLibrary.h>
returnValue = documentToolLibrary_var->remove(index);
|
Return Value
boolean |
Returns true for successful deletion, false otherwise |
Parameters
index |
uinteger |
Index of the Tool in the ToolLibrary that should be removed. |
Version
Introduced in version April 2023