Enumeration of data that can be provided in the Tool's CurrentRecord.
Namespace: Cognex.VisionPro.CaliperAssembly: Cognex.VisionPro.Caliper (in Cognex.VisionPro.Caliper.dll) Version: 80.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not create records for any images or any graphics. | |
| InputImage | 1 | Generate a record containing the current InputImage. This bit must be set to see any graphics. | |
| Region | 2 | Generate a record containing the current Region. | |
| All | -1 | Create records for all images and all graphics. |
Remarks
Use these constants with CurrentRecordEnable to specify the tool records that the CogCaliper Tool generates when you call CreateCurrentRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also