Gets or sets a value indicating whether to use multi-threading when performing auto-zoning or not.
public bool DisableZoningMultiThreading {get; set;}
'Declaration
Public Property DisableZoningMultiThreading As Boolean
'Usage
Dim instance As OcrActivity
Dim value As Boolean
instance.DisableZoningMultiThreading = value
value = instance.DisableZoningMultiThreading
public:
property bool DisableZoningMultiThreading {
bool get();
void set ( bool value);
}
Property Value
True to use multi-threading when performing auto-zoning; false, otherwise.