CogJobManager VisionToolMTThreadCount Property Cognex VisionPro 9.7
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: 73.0.0.0 (73.0.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