Called when the tool group is run. This function should be overridden
to provide custom tool block behavior in script.
Namespace: Cognex.VisionPro.ToolBlockAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Parameters
- message
- Type: System String
Result message for the tool block.
- result
- Type: Cognex.VisionPro CogToolResultConstants
Result value for the tool block.
Return Value
Type: BooleanTrue if VisionPro should run the tool block as it normally would, False if VisionPro should not run the tool block because the script is running the tools.
Implements
ICogToolGroupScript GroupRun(String , CogToolResultConstants )See Also