CogJob StartCount Property Cognex VisionPro 9.8
Get or set the number of StartAcquires in the acq fifo's queue.

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 int StartCount { get; set; }

Property Value

Type: Int32
The StartCount is the number of StartAcquires which are put into the acq fifo's queue when the CogJob starts running.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJob is not stopped.
Remarks

Examples

See Also