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

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

[FlagsAttribute]
public enum CogOCVMaxCurrentRecordConstants
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