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


IGeoImageDescription.NoData Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGeoImageDescription.NoData Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeoImageDescription Interface