Enumeration of diagnostic data that can be provided in the
Tool's LastRunRecord.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any 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. | |
| SearchRegion | 4 | Include a copy of the search region in the LastRunRecord. | |
| SearchImageMask | 8 | Include a graphic representing the search image mask in the LastRunRecord. | |
| All | -1 | Include all of the diagnostic data in the LastRunRecord. |
See Also