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