CogIDCurrentRecordConstants EnumerationCognex VisionPro 9.5
Enumeration of data that can be included in the tool's CurrentRecord.

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

[FlagsAttribute]
public enum CogIDCurrentRecordConstants
Members

  Member nameValueDescription
None0Do not include any records in the CurrentRecord.
InputImage1Include the input image in the CurrentRecord.
Region2Include the region to be processed in the CurrentRecord.
All-1Include all possible records in the CurrentRecord.
See Also