CogIDLastRunRecordDiagConstants EnumerationCognex VisionPro
Enumeration of Diagnostic data that can be included in the tool's LastRunRecord.

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

[FlagsAttribute]
public enum CogIDLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0Do not include any of the diagnostic data in the LastRunRecord.
InputImageByReference1Include a reference to the input image in the LastRunRecord.
InputImageDeepCopy4Include a deep copy of the input image in the LastRunRecord.
Region16Generate a record containing the Region.
All-1Include all of the diagnostic data in the LastRunRecord.
See Also