Enumeration of data that can be included in the tool's
CurrentRecord.
Namespace: Cognex.VisionPro.IDAssembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 69.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any records in the CurrentRecord. | |
| InputImage | 1 | Include the input image in the CurrentRecord. | |
| Region | 2 | Include the region to be processed in the CurrentRecord. | |
| All | -1 | Include all possible records in the CurrentRecord. |
See Also