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


IRasterCatalogLoader.IgnoreValues Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterCatalogLoader.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

IRasterCatalogLoader Interface