Constructs a deep copy of the supplied
CogSearchMaxResults object.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 73.0.0.0
Syntax
Parameters
- other
- Type: Cognex.VisionPro.SearchMax CogSearchMaxResults
The CogSearchMaxResults object to be copied. May not be NULL.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if other is NULL. |
See Also