Enumeration of data that can be provided in the Tool's CurrentRecord.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 80.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | ||
| InputImage | 1 | Include the graphics image in the CurrentRecord. | |
| InputPoints | 2 | Include a manipulable point marker for each input point in the current record. | |
| All | -1 |
Remarks
Use these constants with CurrentRecordEnable to specify the tool records that the CogFitLine Tool generates when you call CreateCurrentRecord .
See About Record Keys for a list of the record keys that the tool uses.
See Also