This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoImageDescription Interface > IGeoImageDescription.NoData Property (ArcObjects .NET 10.4 SDK) |
The output NoData (background) value.
[Visual Basic .NET] Public Property NoData As Object
[C#] public object NoData {get; set;}
[C++]
HRESULT get_NoData(
VARIANT* pNoData
);
[C++]
HRESULT put_NoData(
VARIANT pNoData
);
[C++]
Parameters pNoData [out, retval] pNoData is a parameter of type VARIANT pNoData [in] pNoData is a parameter of type VARIANT