- Contents
 
DesignerCOM API
II3IDHandler2::StepsForTool Method
Synopsis
Returns a collection of steps in the handler that use the specified tool.
IDL Function Prototype
HRESULT StepsForTool(
[in] VARIANT ToolSpecifier,
[out, retval] II3IDSteps ** ToolSteps
);
C/C++ Syntax
HRESULT StepsForTool(VARIANT ToolSpecifier, II3IDSteps ** ToolSteps);
Parameters
- ToolSpecifier
 - 
 
Name of the tool to search for.
 - ToolSteps
 - 
 
The return value is a collection of II3IDSteps step objects.
 

 
			 