Feedback

  • Contents
 

II3IDTools::Item Method

Synopsis

Returns a tool object from the tool collection by its index.

IDL Function Prototype

HRESULT Item(

   [in] long ToolIndex,

   [out, retval] II3IDTool ** theTool

);

C/C++ Syntax

HRESULT Item(long ToolIndex, II3IDTool ** theTool);

Parameters

ToolIndex

The index of the item in the tool collection that you want to retrieve.

theTool

An II3IDTool object is returned.