CogJob StartMode Property Cognex VisionPro 9.8 SR1
Get or set when StartAcquires are put into the acq fifo's queue.

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

public CogJobStartModeConstants StartMode { get; set; }

Property Value

Type: CogJobStartModeConstants
The StartMode determines at which point during the running of the CogJob StartAcquires are added to the acquisition fifo.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
Remarks

Examples

See Also