This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDataExclusion Interface > IRasterDataExclusion.ExcludeRanges Property (ArcObjects .NET 10.4 SDK) |
Array of doubles indicating the excluded ranges.
[Visual Basic .NET] Public Property ExcludeRanges As Object
[C#] public object ExcludeRanges {get; set;}
[C++]
HRESULT get_ExcludeRanges(
VARIANT* Values
);
[C++]
HRESULT put_ExcludeRanges(
VARIANT Values
);
[C++]
Parameters Values [out, retval] Values is a parameter of type VARIANT Values [in] Values is a parameter of type VARIANT
The ExcludeRanges property specifies a range of values to exclude. The ExcludeShowClass property determines whether this class will appear in the table of contents with the rest of the classes.