Adds the supplied key value pair to the end of the container.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 69.0.0.0
Syntax
Parameters
- pair
- Type: System.Collections.Generic KeyValuePair String, ICogVisionData
The key value pair to add.
Exceptions
| Exception | Condition |
|---|---|
| [System.ArgumentNullException] | If the supplied key is null. |
| [System.ArgumentException] | If the supplied key is an empty string. |
| [System.ArgumentException] | If the supplied key already exists within the container. |
See Also