Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool MultithreadCoverage { 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