Gets or sets the item at the specified index.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the item.
Return Value
Type: TThe item at the specified index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Index is less than zero or greater than or equal to the number of collection items. |
See Also