Gets the element at the specified index.
Namespace: Cognex.VisionPro.ImplementationAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the element to get.
Return Value
Type: TThe element at the specified index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than zero. OR index is greater than or equal to Count. |
See Also