ArcObjects Library Reference (Carto)  

IRasterRendererMaker2 Interface

Provides access to members that can determine the default display of a raster dataset.

Product Availability

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

Members

Description
Method CreateDefaultRasterRenderer Returns the raster renderer which should be used for the default display of the input raster.

CoClasses that implement IRasterRendererMaker2

CoClasses and Classes Description
RasterRendererMakerDefault A way to determine which renderer is used for the default display of a raster dataset.

Remarks

The IRasterRendererMaker2 interface allows you to define the default raster renderer based upon an input RasterDataset, while IRasterRendererMaker is based on an input Raster.

To implement this interface, the property and method of interface IRasterRendererMaker must be implemented. If IRasterRendererMaker2 is implemented, the default renderer defined in this interface will be used first. Otherwise, the system will use the renderer defined in the IRasterRendererMaker interface.