CoverageResults Constructor (IListCoverageGridPointWithResults) |
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.2.419.0 (24.2.419.0)
Syntax public CoverageResults(
IList<CoverageGridPointWithResults> gridPoints
)
Public Sub New (
gridPoints As IList(Of CoverageGridPointWithResults)
)
public:
CoverageResults(
IList<CoverageGridPointWithResults^>^ gridPoints
)
new :
gridPoints : IList<CoverageGridPointWithResults> -> CoverageResults
Parameters
- gridPoints
- Type: System.Collections.GenericIListCoverageGridPointWithResults
The list of grid points with their coverage results.
See Also