- Contents
DesignerCOM API
II3IDVariables::Item Method
Synopsis
Retrieves a variable by its index in the variable collection.
IDL Function Prototype
HRESULT Item(
[in] long VaraibleIndex,
[out, retval] II3IDVariable ** theVariable
);
C/C++ Syntax
HRESULT Item(long VaraibleIndex, II3IDVariable ** theVariable);
Parameters
- VaraibleIndex
-
The index number of the item to retrieve from the variables collection.
- theVariable
-
The return value is an II3IDVariable variable object.