CogJobManager VisionToolMTThreadCount Property Cognex VisionPro 9.22 SR1
Get or set the number of threads that all multi-threaded vision tools will use if the ThreadCountMode is set to UserSpecified.

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

public static int VisionToolMTThreadCount { get; set; }

Property Value

Type: Int32
Remarks

This static property is simply a convenient alias for ThreadCount. They both do the exactly the same thing.
See Also