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