CogBeadInspectLastRunRecordDiagConstants EnumerationCognex VisionPro 9.8
Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord.

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

[FlagsAttribute]
public enum CogBeadInspectLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0 Do not include any diagnostic data in the LastRunRecord.
InputImageByReference1 Include a reference to the input image in the LastRunRecord.
InputImageDeepCopy2 Include a deep copy of the input image in the LastRunRecord.
All-1 Include all of the diagnostic data in the LastRunRecord.
See Also