This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterEdit Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control pixel block level editing operations.
IRasterEdit allows you to modify the pixel values in a Raster using PixelBlocks. Refresh after you call Write to flush the changes.
When editing raster in Enterprise geodatabase or File geodatabase, the NoData is mask based, not pixel value based, if you want to edit NoData pixels (either set a value pixel to a NoData pixel or a NoData pixel to be a value pixel), IPixelBlock3.NoDataMask should be used to flag the NoData pixels.
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 and Classes | Description |
---|---|
Raster | An in-memory representation of a dynamic raster that can perform resampling and reprojection. |
Raster Class | PixelBlock Class