Return the reference to the storage-from-root
transform at the specified index.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 79.0.0.0
Syntax
Parameters
- index
- Type: System Int32
The zero -based index of the desired storage-from-root transform.
Return Value
Type: ICog3DTransformExceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRange | If index is less than zero or not less than NumRoots. |
See Also