This document is archived and information here might be outdated.  Recommended version.


IMosaicRaster.MosaicColormapMode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicRaster.MosaicColormapMode Property

The current mode for mosaicking pseucolor rasters.

[Visual Basic .NET]
Public Property MosaicColormapMode As rstMosaicColormapMode
[C#]
public rstMosaicColormapMode MosaicColormapMode {get; set;}
[C++]
HRESULT get_MosaicColormapMode(
  rstMosaicColormapMode* Mode
);
[C++]
HRESULT put_MosaicColormapMode(
  rstMosaicColormapMode Mode
);
[C++]

Parameters Mode [out, retval]
Mode is a parameter of type rstMosaicColormapMode Mode [in]
Mode is a parameter of type rstMosaicColormapMode

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IMosaicRaster Interface

.NET Samples

Mosaic raster datasets to a file raster format (Code Files: CreateFileRasterMosaic)