CogJobManager VisionToolMTEnable Property Cognex VisionPro
Get or set the vision tools multi-threading enable.

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 bool VisionToolMTEnable { get; set; }

Property Value

Type: Boolean
The default value of this property is false. If VisionToolMTEnable is set to true, then all multi-threaded vision tools will use VisionToolMTThreadCount threads when they are run. The value of this property is persisted in every CogJobManager.
Events

Exceptions

ExceptionCondition
CogNotStoppedExceptionThrown if the CogJobManager or any contained CogJobs are not stopped.
See Also