CogOCRMaxTool LastRunRecordEnable Property Cognex VisionPro
Enable creation of records by bitwise ORing the appropriate CogOCRMaxLastRunRecordConstants.

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

public CogOCRMaxLastRunRecordConstants LastRunRecordEnable { get; set; }

Property Value

Type: CogOCRMaxLastRunRecordConstants
The LastRunRecordEnable value. The default value is (int)CogOCRMaxLastRunRecordConstants::Result.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfLastRunRecordEnable
  • SfCreateLastRunRecord
See Also