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


IRasterCatalogLoader.IgnoreValues Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCatalogLoader Interface > IRasterCatalogLoader.IgnoreValues Property
ArcGIS Developer Help

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