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


IRasterAnalysisGDBEnvironment.IgnoredValue Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisGDBEnvironment.IgnoredValue Property

The ignored value in statistics calculation in RasterAnalysis.

[Visual Basic .NET]
Public Property IgnoredValue As String
[C#]
public string IgnoredValue {get; set;}
[C++]
HRESULT get_IgnoredValue(
  BSTR* IgnoredValue
);
[C++]
HRESULT put_IgnoredValue(
  BSTR IgnoredValue
);
[C++]

Parameters IgnoredValue [out, retval] IgnoredValue is a parameter of type BSTR IgnoredValue [in] IgnoredValue is a parameter of type BSTR

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface