Enumeration of Diagnostic data that can be included in the
tool's LastRunRecord.
Namespace: Cognex.VisionPro.SearchMaxAssembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the diagnostic data in the LastRunRecord. | |
| InputImageByReference | 1 | Include a reference to the input image in the LastRunRecord. | |
| InputImageDeepCopy | 2 | Include a deep copy of the input image in the LastRunRecord. | |
| SearchImageMask | 4 | Include a graphic representing the search image mask in the LastRunRecord. | |
| SearchRegion | 8 | Include the search region in the LastRunRecord. | |
| All | -1 | Include all of the diagnostic data in the LastRunRecord. |
See Also