Feedback

  • Contents
 

II3IDInitiatorObjectIDs::Item Method

Synopsis

Retrieves a step by its index in the object ID's collection.

IDL Function Prototype

HRESULT Item(

   [in] long IDIndex,

   [out, retval] II3IDInitiatorObjectID ** InitiatorObject

);

C/C++ Syntax

HRESULT Item(long IDIndex, II3IDInitiatorObjectID ** InitiatorObject);

Parameters

IDIndex

Index number of the item to retrieve from the collection.

InitiatorObject

The return value is an II3IDInitiatorObjectID object.