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


IRasterProps.NoDataValue Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterProps.NoDataValue Property

Data value used to indicate invalid or excluded data.

[Visual Basic .NET]
Public Property NoDataValue As Object
[C#]
public object NoDataValue {get; set;}
[C++]
HRESULT get_NoDataValue(
  VARIANT* pVal
);
[C++]
HRESULT put_NoDataValue(
  VARIANT pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type VARIANT pVal [in] pVal is a parameter of type VARIANT

Product Availability

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

See Also

IRasterProps Interface

.NET Samples

Create a custom NoData pixel filter (Code Files: TestApp)

.NET Related Topics

DataSourcesRaster | How to create a raster dataset | How to set raster properties when saving as a raster