CogJobManager VisionToolMTEnable Property Cognex VisionPro 9.21
Get or set the vision tools multi-threading enable.

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

public static bool VisionToolMTEnable { get; set; }

Property Value

Type: Boolean
Remarks

This static property is simply a convenient alias for Enable. They both do the exactly the same thing.
See Also