This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control raster cleanup.
Name | Description | |
---|---|---|
BrushSize | The brush size. | |
EditState | The raster editor's current edit state (see esriEditState). | |
EraseSize | The erase size. | |
ForegroundColorActive | Indicates whether the foreground color should be used for the active drawing color. | |
HasRasterEdits | Indicates if edits have been made. | |
LineWidth | The drawing line width. | |
Raster | The raster currently being edited. | |
RasterChanged | Called by operations when they've modified a portion of the edited raster. | |
Save | Saves the edits. | |
StartRasterCleanup | The raster cleanup started. | |
StopRasterCleanup | The raster cleanup stopped. | |
Transaction | The current Raster editing transaction. |
Classes | Description |
---|---|
RasterCleanup | The Raster Cleanup Extension. |
Raster cleanup operations occur within a raster editing transaction. Start a raster cleanup session via the IRasterCleanup::StartRasterCleanup method and end with IRasterCleanup::StopRasterCleanup. These methods correspond to the start and stop cleanup commands on the Raster Cleanup menu on the ArcScan toolbar. Note that you must also be in an ArcMap edit session while calling these methods.