ArcObjects Library Reference (Carto)  

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 [out, retval]   values is a parameter of type VARIANT values [in]   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