SpecifiedCoverageGrid Constructor (ICoverageGrid) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SpecifiedCoverageGrid(
ICoverageGrid existingGrid
)
Public Sub New (
existingGrid As ICoverageGrid
)
public:
SpecifiedCoverageGrid(
ICoverageGrid^ existingGrid
)
new :
existingGrid : ICoverageGrid -> SpecifiedCoverageGrid
Parameters
- existingGrid
- Type: AGI.Foundation.Geometry.DiscreteICoverageGrid
An existing grid.
Exceptions 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