- Contents
DesignerCOM API
II3IDSubroutines::Item Method
Synopsis
Returns a subroutine from the collection by its index number.
IDL Function Prototype
HRESULT Item(
[in] long SubroutineIndex,
[out, retval] II3IDSubroutine ** theSubroutine
);
C/C++ Syntax
HRESULT Item(long SubroutineIndex, II3IDSubroutine ** theSubroutine);
Parameters
- SubroutineIndex
-
The index number of the subroutine object to retrieve from the collection.
- theSubroutine
-
The return value is an II3IDSubroutine subroutine object.