CogApplicationState MultiThreadingThreadCount Property Cognex VisionPro 9.24
Get/set the number of threads.

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

public int MultiThreadingThreadCount { get; set; }

Property Value

Type: Int32
This property will not get/set the number of threads the multithreading mechanism uses when running vision tools until the function ApplyMultiThreadingApplicationState is called.The default value of this property is 1. The setter is internal use only.
See Also