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 > IRasterInfo Interface > IRasterInfo.NoData Property (ArcObjects .NET 10.5 SDK) |
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