ArcObjects Library Reference (Carto)  

IRasterUniqueValueRenderer Interface

Provides access to members that relate to the unique value rendering of rasters.

Product Availability

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

Members

Description
Method AddValue Adds a value to a particular class in the specified heading.
Read/write property ClassCount Number of classes in the specified heading.
Read/write property ColorScheme Current renderer color scheme.
Read/write property DefaultLabel Default label for the unique value renderer.
Read/write property DefaultSymbol Default unique value renderer.
Read/write property Description Description for a particular class in the specified heading.
Read/write property Field Currently active renderer field.
Read/write property Heading One heading in the heading list based on its index.
Read/write property HeadingCount Number of headings used by the renderer.
Read/write property Label Label for a particular class in the specified heading.
Method RemoveValues Removes a value from a particular class in the specified heading.
Read/write property Symbol Symbol for a particular class in the specified heading.
Read/write property UseDefaultSymbol Indicates whether the default unique value renderer is currently active.
Read-only property Value Value of a particular class in the specified heading based on its index.
Read-only property ValueCount Number of values in a particular class in the specified heading.

CoClasses that implement IRasterUniqueValueRenderer

CoClasses and Classes Description
RasterUniqueValueRenderer A renderer for rasters with unique values.

.NET Samples

Create a custom default raster renderer (Code Files: RasterRendererMaker_1bit_TIFF_VBNET)

.NET Related Topics

How to create a raster unique value renderer