This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Constants > R > rstMosaicColormapMode Constants (ArcObjects .NET 10.4 SDK) |
The mode for mosaicking pseudocolor raster datasets.
Constant | Value | Description |
---|---|---|
MM_REJECT | 0 | Rejects mosaicking of colormaped raster datasets. |
MM_FIRST | 1 | Uses the first colormap. |
MM_LAST | 2 | Uses the last colormap. |
MM_MATCH | 3 | Matches two colormaps. |