Click or drag to resize

SpecifiedCoverageGrid Constructor (ICoverageGrid)

Construct an instance given another ICoverageGrid.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public SpecifiedCoverageGrid(
	ICoverageGrid existingGrid
)

Parameters

existingGrid
Type: AGI.Foundation.Geometry.DiscreteICoverageGrid
An existing grid.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if existingGrid is .
Remarks
Using this as a wrapper for another grid will store the generated grid in memory so that it is only generated once.
See Also