Click or drag to resize

CoverageGridPointWithResults Constructor (CoverageGridPoint)

Creates a new instance based on the given grid point.

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
)

Parameters

point
Type: AGI.Foundation.Geometry.DiscreteCoverageGridPoint
The coverage grid point.
See Also