Enumeration for vision tools multithreading modes.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 93.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| HardwareDefined | 0 | Specify that multithreaded aware vision tools should useas many threads as there are processor cores. | |
| UserSpecified | 1 | Specify that multithreaded aware vision tools should usethe user specified (via the ThreadCount property) number of threads. |
See Also