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


IRasterDataExclusion.ExcludeValues 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.ExcludeValues Property
ArcGIS Developer Help

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 [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.

Description

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

See Also

IRasterDataExclusion Interface