Enable creation of records by bitwise ORing the appropriate
CogOCRMaxLastRunRecordConstants.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
public CogOCRMaxLastRunRecordConstants LastRunRecordEnable { get; set; }public CogOCRMaxLastRunRecordConstants LastRunRecordEnable { get; set; }Public Property LastRunRecordEnable As CogOCRMaxLastRunRecordConstants
Get
Set
Public Property LastRunRecordEnable As CogOCRMaxLastRunRecordConstants
Get
Set
public:
property CogOCRMaxLastRunRecordConstants LastRunRecordEnable {
CogOCRMaxLastRunRecordConstants get ();
void set (CogOCRMaxLastRunRecordConstants value);
}public:
property CogOCRMaxLastRunRecordConstants LastRunRecordEnable {
CogOCRMaxLastRunRecordConstants get ();
void set (CogOCRMaxLastRunRecordConstants value);
}Property Value
Type:
CogOCRMaxLastRunRecordConstants
The LastRunRecordEnable value. The default value is (int)CogOCRMaxLastRunRecordConstants::Result.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: - SfLastRunRecordEnable
- SfCreateLastRunRecord
|