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


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

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