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


IGPRasterGDBEnvStatistics.IgnoreValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRasterGDBEnvStatistics Interface > IGPRasterGDBEnvStatistics.IgnoreValue Property
ArcGIS Developer Help

IGPRasterGDBEnvStatistics.IgnoreValue Property

Value to be ignored.

[Visual Basic .NET]
Public Property IgnoreValue As String
[C#]
public string IgnoreValue {get; set;}
[C++]
HRESULT get_IgnoreValue(
  System.String* IgnoreValue
);
[C++]
HRESULT put_IgnoreValue(
  BSTR IgnoreValue
);
[C++]
Parameters
IgnoreValue [out, retval]

IgnoreValue is a parameter of type BSTR* IgnoreValue [in]
IgnoreValue is a parameter of type BSTR

Product Availability

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

See Also

IGPRasterGDBEnvStatistics Interface