CogVisionToolMultiThreading Enable Property Cognex VisionPro 9.24
Get/set the current state of the vision tool multithreading mechanism.

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

public static bool Enable { get; set; }

Property Value

Type: Boolean
This read/write property enables or disables the vision tool multithreading mechanism. The default is false (disabled).Some vision tools are not multithread-aware and ignore the value of this property.
See Also