Enumeration of data that can be included in the tool's CurrentRecord.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.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 (interactive) region to be processed on the InputImage in the CurrentRecord. | |
| DestinationImage | 4 | Include the destination image in the CurrentRecord. | |
| All | -1 | Include all possible records in the CurrentRecord. |
Remarks
Use these constants with CurrentRecordEnable to specify the tool records that the CogCopyRegion Tool generates when you call CreateCurrentRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also