CogVisionToolMultiThreadingThreadCountModeConstants EnumerationCognex VisionPro 9.10
Enumeration for vision tools multithreading modes.

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

public enum CogVisionToolMultiThreadingThreadCountModeConstants
Members

  Member nameValueDescription
HardwareDefined0Specify that multithreaded aware vision tools should useas many threads as there are processor cores.
UserSpecified1Specify that multithreaded aware vision tools should usethe user specified (via the ThreadCount property) number of threads.
See Also