RecordUsageConstants EnumerationCognex VisionPro 9.23

Constants that can be assigned to the RecordUsage property of a CogRecord to specify how it is used.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.24.0.0
Syntax

public enum RecordUsageConstants
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