ArcObjects Library Reference (Geoprocessing)  

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(
  BSTR* 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