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.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.0.0.0 (87.0.0.0)
public static int VisionToolMTThreadCount { get; set; }public static int VisionToolMTThreadCount { get; set; }Public Shared Property VisionToolMTThreadCount As Integer
Get
Set
Public Shared Property VisionToolMTThreadCount As Integer
Get
Set
public:
static property int VisionToolMTThreadCount {
int get ();
void set (int value);
}public:
static property int VisionToolMTThreadCount {
int get ();
void set (int value);
}Property Value
Type:
Int32
This static property is simply a convenient alias for
ThreadCount.
They both do the exactly the same thing.