This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IR > IRasterDataExclusion Interface > IRasterDataExclusion.ExcludeValues Property (ArcObjects .NET 10.5 SDK) |
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
The ExcludeValues property allows you to select the value or values that will not be included in any class.