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


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

IRasterDataExclusion.ExcludeRanges Property

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 [in]

Values is a parameter of type VARIANT Values [out, retval]
Values is a parameter of type VARIANT*

Product Availability

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

Remarks

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.

See Also

IRasterDataExclusion Interface