CogJobManager VisionToolMTThreadCountMode Property Cognex VisionPro 9.22 SR1
Get or set the thread count mode of the vision tool multi-threading mechanism.

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 CogVisionToolMultiThreadingThreadCountModeConstants VisionToolMTThreadCountMode { get; set; }

Property Value

Type: CogVisionToolMultiThreadingThreadCountModeConstants
Remarks

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