CogVisionToolMultiThreading ThreadCountMode Property Cognex VisionPro 9.20
Get/set the thread count mode of the vision tool multithreading mechanism.

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

public static CogVisionToolMultiThreadingThreadCountModeConstants ThreadCountMode { get; set; }

Property Value

Type: CogVisionToolMultiThreadingThreadCountModeConstants
This read/write property sets the thread count mode to one of either CogVisionToolMultiThreadingThreadCountModeConstants::HardwareDefined or CogVisionToolMultiThreadingThreadCountModeConstants::UserSpecified.The default is ::HardwareDefined.
See Also