This document is archived and information here might be outdated. Recommended version. |
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*