Get or set the vision tools multi-threading enable.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 65.1.0.0 (65.1.0.0)
Syntax
Property Value
Type: BooleanThe 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
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fired when VisionToolMTTEnable changes. |
Exceptions
| Exception | Condition |
|---|---|
| CogNotStoppedException | Thrown if the CogJobManager or any contained CogJobs are not stopped. |
See Also