Item property
- Last UpdatedJul 23, 2024
- 1 minute read
Returns the condition object by index.
Class
IConditions
Syntax
[C#]
ICondition this[int index] { get; };
[Visual C++]
HRESULT Item(
[in] LONG index,
[out, retval] ICondition**
);
Parameters
index
The index of the condition object. This is a numeric value from 1 to Count.
ICondition
The returned condition object.