CogCNLSearchLastRunRecordConstants EnumerationCognex VisionPro
Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord.

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

[FlagsAttribute]
public enum CogCNLSearchLastRunRecordConstants
Members

  Member nameValueDescription
None0
ResultsOrigin1Include the origin of each result in the LastRunRecord.
ResultsBoundingBox2Include the bounding box of each result in the LastRunRecord.
ResultsMatchRegion4Include the match region of each result in the LastRunRecord.
All-1
Remarks

Use these constants with LastRunRecordEnable to specify the tool records that the CogCNLSearch Tool generates when you call CreateLastRunRecord .

See About Record Keys for a list of the record keys that the tool uses.

See Also