This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IC > ICalculateStatisticsParameters Interface > ICalculateStatisticsParameters.IgnoreValues Property (ArcObjects .NET 10.4 SDK) |
The ignore values for statistics.
[Visual Basic .NET] Public Property IgnoreValues As Object
[C#] public object IgnoreValues {get; set;}
[C++]
HRESULT get_IgnoreValues(
VARIANT* vIgnoreValues
);
[C++]
HRESULT put_IgnoreValues(
VARIANT vIgnoreValues
);
[C++]
Parameters vIgnoreValues [out, retval] vIgnoreValues is a parameter of type VARIANT vIgnoreValues [in] vIgnoreValues is a parameter of type VARIANT