CogJob VisionToolSyncPulse Property Cognex VisionPro 9.8
Gets an interface to a synchronization pulse. This pulse will be fired from the thread that runs the vision tools, just before each run of the tools, allowing you to synchronize with that thread.

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

public ICogSyncPulse VisionToolSyncPulse { get; }

Property Value

Type: ICogSyncPulse
An ICogSyncPulse interface that fires an event before each run of the vision tools.
See Also