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

Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.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