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


IRasterDataExclusion Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDataExclusion Interface (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IRasterDataExclusion Interface

Provides access to members that exclude data values from classification.

Product Availability

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

Members

Name Description
Read/write property ExcludeColor Color for the excluded values.
Read/write property ExcludeDescription Description for the excluded values.
Read/write property ExcludeLabel Label for the excluded values.
Read/write property ExcludeRanges Array of doubles indicating the excluded ranges.
Read/write property ExcludeShowClass Indicates if color is shown for the excluded values.
Read/write property ExcludeValues Array of doubles indicating the excluded values.

CoClasses that implement IRasterDataExclusion

CoClasses and Classes Description
RasterClassifyColorRampRenderer A renderer with a color ramp for rasters with classified values.

Remarks

The IRasterDataExclusion interface controls the display of values that are not in any class.

 

See Also

IRasterRenderer Interface | RasterClassifyColorRampRenderer Class