Copies the arrangement from the specified pattern into this run parameters object.
Namespace: Cognex.VisionPro.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 69.0.0.0
Syntax
Parameters
- pPattern
- Type: Cognex.VisionPro.OCVMax CogOCVMaxPattern
The pattern object to copy.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this method is called. |
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | If this CogOCVMaxRunParams object has already been disposed. |
| ArgumentNullException | If the supplied argument is NULL. |
Remarks
See Also