CogIDLastRunRecordConstants EnumerationCognex VisionPro
Enumeration of Non-Diagnostic data that can be included in the tool's LastRunRecord.

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

[FlagsAttribute]
public enum CogIDLastRunRecordConstants
Members

  Member nameValueDescription
None0Do not include any of the non-diagnostic data in the LastRunRecord.
InputImage1
ResultsBounds2Include in the composite result graphics of the LastRunRecord, a graphic representing the bounding four-sided polygon of each found symbol.
ResultsCenters4Include in the composite result graphics of the LastRunRecord, graphics representing the center of each found symbol.
All-1Include all of the non-diagnostic data in the LastRunRecord.
See Also