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