Enumeration of data that can be provided in the Tool's CurrentRecord.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 73.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 at run time in the CurrentRecord. | |
| InputImageMask | 4 | Include a graphic representing the input image mask in the CurrentRecord. | |
| All | -1 | Include all possible records in the CurrentRecord. |
See Also