Copy constructs a CogImageCollection object. This is a shallow
copy for the images.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 65.1.0.0
Syntax
Parameters
- Other
- Type: Cognex.VisionPro CogImageCollection
The CogImageCollection object to be copied.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | If Other is null. |
See Also