ArcObjects Library Reference (Carto)  

IRasterDataExclusion.ExcludeValues Property

Array of doubles indicating the excluded values.

[Visual Basic .NET]
Public Property ExcludeValues As Object
[C#]
public object ExcludeValues {get; set;}
[C++]
HRESULT get_ExcludeValues(
  VARIANT* values
);
[C++]
HRESULT put_ExcludeValues(
  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.

Description

The ExcludeValues property allows you to select the value or values that will not be included in any class.

See Also

IRasterDataExclusion Interface