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.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Parameters
- jobParam
- Type: Cognex.VisionPro.QuickBuild CogJob
A reference to the CogJob hosting this script. This parameter should be passed to the base class' initialize function.
Implements
ICogJobScript Initialize(CogJob)See Also