BaseCoverageDefinitionMultithreadCoverage Property |
Gets or sets a value indicating whether to use multiple threads to compute coverage. This is by default.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool MultithreadCoverage { get; set; }
Public Property MultithreadCoverage As Boolean
Get
Set
public:
property bool MultithreadCoverage {
bool get ();
void set (bool value);
}
member MultithreadCoverage : bool with get, set
Property Value
Type:
BooleanRemarks
It is also possible to set the number of available threads in the
ThreadingPolicy
which will also control both whether coverage uses multiple threads, and if so, how many.
See Also