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


IRasterUniqueValueRenderer Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterUniqueValueRenderer Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IRasterUniqueValueRenderer

Classes Description
RasterUniqueValueRenderer A renderer for rasters with unique values.

See Also

RasterUniqueValueRenderer Class

.NET Samples

Create a custom default raster renderer