Inserts a key value pair with the supplied
string key and ICogVisionData value at the
specified index.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 75.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero-based index at which to insert the specified key value pair.
- key
- Type: System String
The string key to use for this new item. May not be null, and may not be an empty string.
- value
- Type: Cognex.VisionPro ICogVisionData
The ICogVisionData value to use for this new item.
Exceptions
| Exception | Condition |
|---|---|
| [System.ArgumentOutOfRangeException] | If index is less than zero or index is greater than Count. |
See Also