Cognex.VisionPro.ToolGroup NamespaceCognex VisionPro 9.8 SR1
 
Classes

  ClassDescription
Public classCogToolGroup
A VisionPro tool that contains a set of VisionPro tools. Running the CogToolGroup implicitly runs each of the tools it contains. The run status and records of the CogToolGroup are based on the aggregate of all its contained tools.
Public classCogToolGroupBaseScript
Base class which user script will override.
Interfaces

  InterfaceDescription
Public interfaceICogToolGroupScript
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.