Click or drag to resize

CoverageGridPointWithResults Constructor (CoverageGridPoint, CoverageQueryResult)

Creates a new instance based on the given grid point and coverage result.

Namespace:  AGI.Foundation.Coverage
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CoverageGridPointWithResults(
	CoverageGridPoint point,
	CoverageQueryResult coverageResult
)

Parameters

point
Type: AGI.Foundation.Geometry.DiscreteCoverageGridPoint
The coverage grid point.
coverageResult
Type: AGI.Foundation.CoverageCoverageQueryResult
The result of a coverage calculation.
See Also