CogImageConvertLastRunRecordConstants EnumerationCognex VisionPro 9.5
Enumeration of Non-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: 69.0.0.0
Syntax

[FlagsAttribute]
public enum CogImageConvertLastRunRecordConstants
Members

  Member nameValueDescription
None0Do not include any of the non-diagnostic data in the LastRunRecord.
OutputImage1Include a reference to the output image in the LastRunRecord.
All-1Include all of the non-diagnostic data in the LastRunRecord.
See Also