Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Item ====== Method of [[:scripting:api:tool-handlers:start|IToolHandlers]] ===== Description ===== Returns item by index ===== Parameters ===== * [[scripting:api:data-type:long|long]] **nIndex** ==== Return Value ==== * [[:scripting:api:tool-handler:start|IToolHandler]] **ppTool** ===== Syntax ===== ==== JavaScript ==== <code javascript> var ppTool = ToolHandlers.Item(nIndex); </code>==== Visual Basic Script ==== <code vb> ppTool = ToolHandlers.Item nIndex </code>==== C++ ==== <code cpp> CComPtr<IToolHandler> pTool; HRESULT hr = ToolHandlers.get_Item(nIndex, &pTool); </code>===== See Also ===== [[:scripting:api:tool-handlers:start|IToolHandlers]] ~~NOTOC~~