This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisGDBEnvironment Interface > IRasterAnalysisGDBEnvironment.IgnoredValue Property (ArcObjects .NET 10.5 SDK) |
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