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