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


IRasterInfo.NoData Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterInfo.NoData Property

The NoData value used to indicate invalid or excluded data.

[Visual Basic .NET]
Public Property NoData As Object
[C#]
public object NoData {get; set;}
[C++]
HRESULT get_NoData(
  VARIANT* pvNoData
);
[C++]
HRESULT put_NoData(
  VARIANT pvNoData
);
[C++]

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

Product Availability

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

See Also

IRasterInfo Interface

.NET Samples

Create an NDVI custom raster function (Code Files: NDVICustomFunction)