CogOCRMaxTool InternalCreateLastRunRecord Method Cognex VisionPro
Implementation of the tool's last run record generation.

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

protected override void InternalCreateLastRunRecord(
	ICogRecord newRecord,
	int lastRunRecordEnable,
	int lastRunRecordDiagEnable
)

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.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if newRecord is null.
See Also