CogJobManager VisionToolMTThreadCountMode Property Cognex VisionPro 9.8 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: 75.0.0.0 (75.0.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