Returns a reference to the transform at the specified index in the contained sequence.
Assembly: 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 transformation to return.
Return Value
Type: ITransform2DExceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is < 0 or > Count -1 |
See Also