CogRecordUsageConstants EnumerationCognex VisionPro 9.8 SR1
Constants that can be assigned to the RecordUsage property of a CogRecord to specify how it is used.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax

public enum CogRecordUsageConstants
Members

  Member nameValueDescription
Tool1 Top-level record of a vision tool.
Configuration2 Configuration data, such as a region of interest.
Pattern3 A stored pattern, mask, template, etc.
Input4 An input, such as an input image.
Diagnostic5 Information generated for diagnostic purposes.
Result6 A result or output, such as an output image or result graphic.
Temporary7 A temporary record, typically added by an edit control.
QuickBuild8 A QuickBuild record, all records created by QuickBuild have this value.
ToolDefined1073741824 Tool-defined record usage constants begin here, and end at 0x4FFFFFFF.
UserDefined1610612736 User-defined record usage constants begin here, and end at 0x7FFFFFFF.
See Also