ArcObjects Library Reference (DataSourcesRaster)  

ICalculateStatisticsParameters.IgnoreValues Property

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

Product Availability

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

See Also

ICalculateStatisticsParameters Interface