Get the key at the specified index.
Assembly: Cognex.Vision.ViDiELOCR.Net (in Cognex.Vision.ViDiELOCR.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- index
- Type: System Int32
The zero-based index to check.
Return Value
Type: StringThe key at the specified index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If index is less than zero or index is greater than or equal to Count. |
See Also