DocumentToolLibrary.item Method

Parent Object: DocumentToolLibrary
Defined 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

Type Description
Tool Returns the Tool in the ToolLibrary by given index.

Parameters

Name Type Description
index uinteger Index of the Tool in the ToolLibrary.

Version

Introduced in version April 2023