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

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

[FlagsAttribute]
public enum CogPMAlignMultiLastRunRecordDiagConstants
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.
ResultsMatchFeatures4Include the match features of each result in the LastRunRecord.
SearchRegion8Include the search region in the LastRunRecord.
SearchImageMask16Include a graphic representing the input image mask in the LastRunRecord.
All-1Include all of the diagnostic data in the LastRunRecord.
See Also