Constants that can be assigned to the RecordUsage property of a CogRecord
to specify how it is used.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.1.0.0 (75.1.0.0)
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Tool | 1 | Top-level record of a vision tool. | |
| Configuration | 2 | Configuration data, such as a region of interest. | |
| Pattern | 3 | A stored pattern, mask, template, etc. | |
| Input | 4 | An input, such as an input image. | |
| Diagnostic | 5 | Information generated for diagnostic purposes. | |
| Result | 6 | A result or output, such as an output image or result graphic. | |
| Temporary | 7 | A temporary record, typically added by an edit control. | |
| QuickBuild | 8 | A QuickBuild record, all records created by QuickBuild have this value. | |
| ToolDefined | 1073741824 | Tool-defined record usage constants begin here, and end at 0x4FFFFFFF. | |
| UserDefined | 1610612736 | User-defined record usage constants begin here, and end at 0x7FFFFFFF. |
See Also