Get or set the vision tools multi-threading enable.
Namespace: Cognex.VisionPro.QuickBuildAssembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 87.1.0.0 (87.1.0.0)
public static bool VisionToolMTEnable { get; set; }public static bool VisionToolMTEnable { get; set; }Public Shared Property VisionToolMTEnable As Boolean
Get
Set
Public Shared Property VisionToolMTEnable As Boolean
Get
Set
public:
static property bool VisionToolMTEnable {
bool get ();
void set (bool value);
}public:
static property bool VisionToolMTEnable {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
This static property is simply a convenient alias for
Enable.
They both do the exactly the same thing.