Defines the interface to be implemented by user script, so that it can be called from
VisionPro at the appropriate time. Normally the user script will inherit the
CogToolGroupBaseScript class rather than implement ICogToolGroupScript directly.
Namespace: Cognex.VisionPro.ToolGroupAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax
The ICogToolGroupScript type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| GroupRun |
Called when the tool group is run.
| |
| Initialize |
Called when the script is initialized by VisionPro. Any one-time initialization should
be performed here.
| |
| ModifyCurrentRunRecord |
Called when the CurrentRunRecord is created. Allow scripts to modify the contents
of the run record.
| |
| ModifyLastRunRecord |
Called when the LastRunRecord is created. Allow scripts to modify the contents
of the run record.
|
See Also