This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterProps Interface > IRasterProps.NoDataValue Property (ArcObjects .NET 10.5 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