Feedback

  • Contents
 

II3IDTools::QueryByName Method

Synopsis

Returns a tool object from the tool collection by its module and name.

IDL Function Prototype

HRESULT QueryByName(

   [in] BSTR ToolName,

   [out, retval] II3IDTool ** theTool

);

C/C++ Syntax

HRESULT QueryByName(BSTR ToolName, II3IDTool ** theTool);

Parameters

ToolName

The name of the tool that you wish to retrieve.

theTool

An II3IDTool object is returned.