BaseCoverageDefinition.MultithreadCoverage Property |
Gets or sets a value indicating whether to use multiple threads to compute coverage. This is true by default.
Namespace:
AGI.Foundation.Coverage
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Boolean
Remarks
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