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


IRasterDisplayProps Interface (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IRasterDisplayProps Interface

Provides access to members that control the raster display properties.

Product Availability

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

Members

Description
Read/write property BrightnessValue Brightness value for a raster.
Read/write property ContrastValue Contrast value for a raster.
Read/write property NoDataColor Nodata color for a raster.
Read/write property TransparencyValue Transparency value for a raster.

CoClasses that implement IRasterDisplayProps

CoClasses and Classes Description
RasterClassifyColorRampRenderer A renderer with a color ramp for rasters with classified values.
RasterColormapRenderer A raster colormap renderer.
RasterDiscreteColorRenderer A raster discrete color renderer.
RasterRGBRenderer A true-color RGB renderer.
RasterStretchColorRampRenderer A renderer with a color ramp for rasters with continuous values.
RasterUniqueValueRenderer A renderer for rasters with unique values.

See Also

IRasterRenderer Interface