CogToolGroupBaseScript ModifyCurrentRunRecord Method Cognex VisionPro
Called when the CurrentRunRecord 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 ModifyCurrentRunRecord(
	ICogRecord currentRecord
)

Parameters

currentRecord
Type: Cognex.VisionPro ICogRecord
Base ICogRecord of the CurrentRunRecord tree.

Implements

ICogToolGroupScript ModifyCurrentRunRecord(ICogRecord)
See Also