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