Get the item at the specified index.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the desired item.
Return Value
Type: IGraphicParentChildExceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If index is less than zero or index is greater than or equal to Count. |
See Also