ICogToolGroupScript MethodsCognex VisionPro 9.8

The ICogToolGroupScript type exposes the following members.

Methods

  NameDescription
Public methodGroupRun
Called when the tool group is run.
Public methodInitialize
Called when the script is initialized by VisionPro. Any one-time initialization should be performed here.
Public methodModifyCurrentRunRecord
Called when the CurrentRunRecord is created. Allow scripts to modify the contents of the run record.
Public methodModifyLastRunRecord
Called when the LastRunRecord is created. Allow scripts to modify the contents of the run record.
Top
See Also