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


IRasterAnalysisGDBEnvironment.IgnoredValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface > IRasterAnalysisGDBEnvironment.IgnoredValue Property
ArcGIS Developer Help

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(
  System.String* IgnoredValue
);
[C++]
Parameters
IgnoredValue [in]

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

Product Availability

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

See Also

IRasterAnalysisGDBEnvironment Interface