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


IGeoImageDescription3.NoDataInterpretation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IGeoImageDescription3.NoDataInterpretation Property

The NoData interpretation.

[Visual Basic .NET]
Public Property NoDataInterpretation As esriNoDataInterpretation
[C#]
public esriNoDataInterpretation NoDataInterpretation {get; set;}
[C++]
HRESULT get_NoDataInterpretation(
  esriNoDataInterpretation* pNoDataInterpretation
);
[C++]
HRESULT put_NoDataInterpretation(
  esriNoDataInterpretation pNoDataInterpretation
);
[C++]

Parameters pNoDataInterpretation [out, retval]
pNoDataInterpretation is a parameter of type esriNoDataInterpretation pNoDataInterpretation [in]
pNoDataInterpretation is a parameter of type esriNoDataInterpretation

Product Availability

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

See Also

IGeoImageDescription3 Interface