CogToolBase CreateLastRunRecord Method Cognex VisionPro
Creates a new set of records that represents the tool's last-run state.

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

public ICogRecord CreateLastRunRecord()

Return Value

Type: ICogRecord
ICogRecord instance containing a set of records that represent the tool's last-run state. The records created are specified by the LastRunRecordEnable and LastRunRecordDiagEnable properties.

Implements

ICogTool CreateLastRunRecord 
See Also