- Contents
DesignerCOM API
II3IDInitiatorEvents::Item Method
Synopsis
Retrieves a step by its index in the events collection.
IDL Function Prototype
HRESULT Item(
[in] long EventIndex,
[out, retval] II3IDInitiatorEvent ** InitiatorEvent
);
C/C++ Syntax
HRESULT Item(long EventIndex, II3IDInitiatorEvent ** InitiatorEvent);
Parameters
- EventIndex
-
The index number of the item in the collection to be retrieved.
- InitiatorEvent
-
An II3IDInitiatorEvent object is returned.