- Contents
DesignerCOM API
II3IDParameters::Item Method
Synopsis
Retrieves a parameter by its index in the collection.
IDL Function Prototype
HRESULT Item(
[in] long ParameterIndex,
[out, retval] II3IDParameter ** theParameter
);
C/C++ Syntax
HRESULT Item(long ParameterIndex, II3IDParameter ** theParameter);
Parameters
- ParameterIndex
-
The index number of a parameter in the parameters collection.
- theParameter
-
The return value is an II3IDParameter object.