Implementation of the tool's last run record generation.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
protected override void InternalCreateLastRunRecord(
ICogRecord newRecord,
int lastRunRecordEnable,
int lastRunRecordDiagEnable
)
protected override void InternalCreateLastRunRecord(
ICogRecord newRecord,
int lastRunRecordEnable,
int lastRunRecordDiagEnable
)
Protected Overrides Sub InternalCreateLastRunRecord (
newRecord As ICogRecord,
lastRunRecordEnable As Integer,
lastRunRecordDiagEnable As Integer
)
Protected Overrides Sub InternalCreateLastRunRecord (
newRecord As ICogRecord,
lastRunRecordEnable As Integer,
lastRunRecordDiagEnable As Integer
)
protected:
virtual void InternalCreateLastRunRecord(
ICogRecord^ newRecord,
int lastRunRecordEnable,
int lastRunRecordDiagEnable
) override
protected:
virtual void InternalCreateLastRunRecord(
ICogRecord^ newRecord,
int lastRunRecordEnable,
int lastRunRecordDiagEnable
) override
Parameters
- newRecord
- Type: Cognex.VisionPro ICogRecord
The record to which last run information is to be added.
- lastRunRecordEnable
- Type: System Int32
The flags which dictate what graphics to add to the last run record.
- lastRunRecordDiagEnable
- Type: System Int32
The diagnostic flags which dictate what graphics to add to the last run
record.