Called immediately after an acquisition has been completed.
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
- image
- Type: Cognex.VisionPro ICogImage
A reference to the image just acquired, can be modified by script.
- info
- Type: Cognex.VisionPro ICogAcqInfo
Additional informaiton about the acquisition that produced the image.
Return Value
Type: BooleanTrue if VisionPro should inspect the image, false to skip the inspection and acquire another image
Implements
ICogJobScript PostAcquisitionRefInfo(ICogImage , ICogAcqInfo)See Also