IRasterDatasetEdit2 Interface
Provides access to members that control editing of a RasterDataset. Note: the IRasterDatasetEdit2 interface has been superseded by IRasterDatasetEdit3. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Inherited Interfaces
Interfaces |
Description |
IRasterDatasetEdit |
Provides access to members that control raster dataset level editing operations. |
Classes that implement IRasterDatasetEdit2
Remarks
IRasterDatasetEdit2 provides access to manipulate the raster attribute table of a single band raster dataset. BuildAttributeTable builds the default raster attribute table for the raster, with value and count. AlterAttributeTable alters the raster attribute table of the raster with the given table.
See Also
IRasterDataset Interface