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


IRasterStatistics.IgnoredValues Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

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