CogApplicationState MultiThreadingEnabled Property Cognex VisionPro 9.8 SR1
Get/set if multithreading flag is enabled or not.

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

public bool MultiThreadingEnabled { get; set; }

Property Value

Type: Boolean
This property will not enable or disable the application multithreading mechanism until the function ApplyMultiThreadingApplicationState is called. The default is false (disabled). The setter is internal use only.
See Also