Enumeration of Non-Diagnostic data that can be included in
the tool's LastRunRecord.
Namespace: Cognex.VisionPro.IDAssembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| InputImage | 1 | ||
| ResultsBounds | 2 | Include in the composite result graphics of the LastRunRecord, a graphic representing the bounding four-sided polygon of each found symbol. | |
| ResultsCenters | 4 | Include in the composite result graphics of the LastRunRecord, graphics representing the center of each found symbol. | |
| All | -1 | Include all of the non-diagnostic data in the LastRunRecord. |
See Also