This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDataExclusion Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that exclude data values from classification.
Description | ||
---|---|---|
ExcludeColor | Color for the excluded values. | |
ExcludeDescription | Description for the excluded values. | |
ExcludeLabel | Label for the excluded values. | |
ExcludeRanges | Array of doubles indicating the excluded ranges. | |
ExcludeShowClass | Indicates if color is shown for the excluded values. | |
ExcludeValues | Array of doubles indicating the excluded values. |
CoClasses and Classes | Description |
---|---|
RasterClassifyColorRampRenderer | A renderer with a color ramp for rasters with classified values. |
The IRasterDataExclusion interface controls the display of values that are not in any class.
IRasterRenderer Interface | RasterClassifyColorRampRenderer Class