Click or drag to resize

CoverageResults Constructor (Scalar, IListCoverageGridPointWithResults)

Create a new instance based on the given grid points and total statistical weight.

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

Parameters

totalWeight
Type: AGI.Foundation.GeometryScalar
The sum of the individual weights of the points in the grid.
gridPoints
Type: System.Collections.GenericIListCoverageGridPointWithResults
The list of grid points with their coverage results.
See Also