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


IGeoImageDescription.NoData Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGeoImageDescription Interface > IGeoImageDescription.NoData Property
ArcGIS Developer Help

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