This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatistics Interface > IRasterStatistics.IgnoredValues Property (ArcObjects .NET 10.5 SDK) |
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
The ignore value is ignored if calculating statistics on a grid.