Returns a reference to the transform at the specified index in the contained sequence.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 87.1.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero-based index of the transformation to return.
Return Value
Type: ICogTransform2DExceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is < 0 or > Count−1 |
Remarks
Returns the transform at the specified index in the sequence of transformations contained in this composed transformation.
See Also