Provides access to members that control pixel block level editing operations.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
IRasterEdit allows you to modify the pixel values in a Raster. Refresh after you call Write to flush the changes.
Another way to modify pixel values is to use IRawPixels.
Members
Description | ||
---|---|---|
CanEdit | Checks if this Raster can be edited. | |
Erase | Erases a PixelBlock starting at a given Top-Left corner. | |
Refresh | Refreshes the associated RasterDataset. | |
Write | Writes a PixelBlock starting at a given Top-Left corner. |
CoClasses that implement IRasterEdit
CoClasses and Classes | Description |
---|---|
Raster | An in-memory representation of a dynamic raster that can perform resampling and reprojection. |