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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CoverageResults(
	Scalar totalWeight,
	IList<CoverageGridPointWithResults> gridPoints
)
Public Sub New ( 
	totalWeight As Scalar,
	gridPoints As IList(Of CoverageGridPointWithResults)
)
public:
CoverageResults(
	Scalar^ totalWeight, 
	IList<CoverageGridPointWithResults^>^ gridPoints
)
new : 
        totalWeight : Scalar * 
        gridPoints : IList<CoverageGridPointWithResults> -> CoverageResultsParameters
- 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