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