Sets the key of the item at the specified index.
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
Syntax
Parameters
- index
- Type: System Int32
The index of the item whose key will be set.
- key
- Type: System String
The key to set.
Remarks
The supplied key must be unique, except if it is an empty string. Multiple empty-string-keyed entries are allowed.
See Also