Remove method
- Last UpdatedJul 23, 2024
- 1 minute read
Remove a condition object from the collection.
Class
IConditions
Syntax
[C#]
void Remove(
int index
);
[Visual C++]
HRESULT Remove(
[in] LONG index
);
Parameters
index
The index of the condition object. This is a numeric value from 1 to count.