CogJobBaseScript PostAcquisitionRefInfo Method Cognex VisionPro 9.22
Called immediately after an acquisition has been completed.

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.0.0.0 (87.0.0.0)
Syntax

public virtual bool PostAcquisitionRefInfo(
	ref ICogImage image,
	ICogAcqInfo info
)

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: Boolean
True if VisionPro should inspect the image, false to skip the inspection and acquire another image

Implements

ICogJobScript PostAcquisitionRefInfo(ICogImage , ICogAcqInfo)
See Also