CogSearchMaxLastRunRecordConstants EnumerationCognex VisionPro
Enumeration of Non-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: 65.1.0.0
Syntax

[FlagsAttribute]
public enum CogSearchMaxLastRunRecordConstants
Members

  Member nameValueDescription
None0 Do not include any of the non-diagnostic data in the LastRunRecord.
ResultsCoordinateAxes1 Include the coordinate axes of each result in the LastRunRecord.
ResultsMatchRegion2 Include the match region of each result in the LastRunRecord.
ResultsOrigin4 Include the origin of each result in the LastRunRecord.
All-1 Include all of the non-diagnostic data in the LastRunRecord.
See Also