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


IRasterInfo.NoData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterInfo Interface > IRasterInfo.NoData Property
ArcGIS Developer Help

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