DocumentToolLibrary.item Method
Parent Object:
DocumentToolLibraryDefined in namespace "adsk::cam" and the header file is <Cam/Tools/DocumentToolLibrary.h>
Description
Get Tool by index in ToolLibrary.
Syntax
"documentToolLibrary_var" is a variable referencing a DocumentToolLibrary object.returnValue = documentToolLibrary_var.item(index)
|
"documentToolLibrary_var" is a variable referencing a DocumentToolLibrary object.
#include <Cam/Tools/DocumentToolLibrary.h>
returnValue = documentToolLibrary_var->item(index);
|
Return Value
Tool |
Returns the Tool in the ToolLibrary by given index. |
Parameters
index |
uinteger |
Index of the Tool in the ToolLibrary. |
Version
Introduced in version April 2023