Returns the key string associated with the
specified index.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 80.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the key to get.
Return Value
Type: StringExceptions
| Exception | Condition |
|---|---|
| [System.ArgumentOutOfRangeException] | If index is less than zero, or not less than Count. |
See Also