CogImageCollection Constructor (CogImageCollection)Cognex VisionPro 9.8
Copy constructs a CogImageCollection object. This is a shallow copy for the images.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.CorePlus (in Cognex.VisionPro.CorePlus.dll) Version: 75.1.0.0
Syntax

public CogImageCollection(
	CogImageCollection Other
)
Exceptions

ExceptionCondition
ArgumentNullException If Other is null.
See Also