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

Namespace: Cognex.VisionPro.SearchMax
Assembly: Cognex.VisionPro.SearchMax (in Cognex.VisionPro.SearchMax.dll) Version: 69.0.0.0
Syntax

[FlagsAttribute]
public enum CogSearchMaxLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0 Do not include any of the 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.
SearchImageMask4 Include a graphic representing the search image mask in the LastRunRecord.
SearchRegion8 Include the search region in the LastRunRecord.
All-1 Include all of the diagnostic data in the LastRunRecord.
See Also