Called when the script is initialized by VisionPro. If you override this function, you
must make sure to call the base class' Initialize function. Any one-time initialization
should be performed here.
Namespace: Cognex.VisionPro.ToolGroupAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax
Parameters
- host
- Type: Cognex.VisionPro.ToolGroup CogToolGroup
A reference to the CogToolGroup hosting this script. This parameter should be passed to the base class' initialize function.
Implements
ICogToolGroupScript Initialize(CogToolGroup)See Also