Click or drag to resize

CoverageResults Constructor (IList<CoverageGridPointWithResults>)

Create a new instance based on the given grid points.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public CoverageResults(
	IList<CoverageGridPointWithResults> gridPoints
)

Parameters

gridPoints
Type: System.Collections.Generic.IList<CoverageGridPointWithResults>
The list of grid points with their coverage results.
See Also