CogToolBase InternalCreateLastRunRecord Method Cognex VisionPro
Called by the CreateLastRunRecord method to create a record containing the state of the tool after the last call to its Run method.

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

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

Parameters

newRecord
Type: Cognex.VisionPro ICogRecord
A newly-created LastRun record, to which the derived tool may add new sub-records.
lastRunRecordEnable
Type: System Int32
The value of the LastRunRecordEnable property during the last call to its Run method.
lastRunRecordDiagEnable
Type: System Int32
The value of the LastRunRecordDiagEnable property during the last call to its Run method.
See Also