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


IRasterStatistics.IgnoredValues Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatistics Interface > IRasterStatistics.IgnoredValues Property
ArcGIS Developer Help

IRasterStatistics.IgnoredValues Property

Array of doubles indicating the pixel values not included in the statistics calculation.

[Visual Basic .NET]
Public Property IgnoredValues As Object
[C#]
public object IgnoredValues {get; set;}
[C++]
HRESULT get_IgnoredValues(
  Variant* pVal
);
[C++]
HRESULT put_IgnoredValues(
  VARIANT pVal
);
[C++]
Parameters
pVal [out, retval]

pVal is a parameter of type VARIANT* pVal [in]
pVal is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The ignore value is ignored if calculating statistics on a grid.

See Also

IRasterStatistics Interface