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


IRasterLoader.MosaicColormapMode Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterLoader.MosaicColormapMode Property

The colormap mode for loading psdeucolor raster datasets.

[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

IRasterLoader Interface