Get or set the number of StartAcquires in the acq fifo's queue.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 79.0.0.0 (79.0.0.0)
Syntax
Property Value
Type: Int32The StartCount is the number of StartAcquires which are put into the acq fifo's queue when the CogJob starts running.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the StartCount changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJob is not stopped. |
Remarks
Examples
See Also