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