CogToolGroupBaseScript ModifyLastRunRecord Method Cognex VisionPro
Called when the LastRunRecord is created. Allow scripts to modify the contents of the run record.

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

public virtual void ModifyLastRunRecord(
	ICogRecord lastRecord
)

Parameters

lastRecord
Type: Cognex.VisionPro ICogRecord
Base ICogRecord of the LastRunRecord tree.

Implements

ICogToolGroupScript ModifyLastRunRecord(ICogRecord)
See Also