CogOCRMaxTool InternalCreateCurrentRecord Method Cognex VisionPro
Implementation of the tool's current record generation.

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

protected override void InternalCreateCurrentRecord(
	ICogRecord newRecord,
	int currentRecordEnable
)

Parameters

newRecord
Type: Cognex.VisionPro ICogRecord
The record to which current run information is to be added.
currentRecordEnable
Type: System Int32
The flags which dictate what graphics to add to the current record.
Exceptions

ExceptionCondition
ArgumentNullException Thrown if newRecord is null.
See Also