SpecifiedCoverageGrid Constructor (ICoverageGrid) |
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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
RemarksUsing this as a wrapper for another grid will store the generated grid in memory so that
it is only generated once.
See Also