This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > ID > IDERasterBand Interface > IDERasterBand.NoDataValue Property (ArcObjects .NET 10.4 SDK) |
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