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

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

[FlagsAttribute]
public enum CogImageConvertLastRunRecordDiagConstants
Members

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