CogJobBaseScript PostAcquisitionRef Method Cognex VisionPro 9.25 SR1
Called immediately after an acquisition has been completed.

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

public virtual bool PostAcquisitionRef(
	ref ICogImage image
)

Parameters

image
Type: Cognex.VisionPro ICogImage 
A reference to the image just acquired, can be modified by script.

Return Value

Type: Boolean
True if VisionPro should inspect the image, false to skip the inspection and acquire another image
See Also