- Contents
 
DesignerCOM API
II3IDSteps::QueryByID Method
Synopsis
Retrieves a step by its ID in the steps collection.
IDL Function Prototype
HRESULT QueryByID(
[in] long StepID,
[out, retval] II3IDStep ** theStep
);
C/C++ Syntax
HRESULT QueryByID( long StepID, II3IDStep ** theStep);
Parameters
- StepID
 - 
 
The ID of the step to retrieve from the collection.
 - theStep
 - 
 
The return value is an II3IDStep step object.
 

 
			 