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


IDefineNoDataParameters2.NoDataInterpretation Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDefineNoDataParameters2.NoDataInterpretation Property

Defines how the NoData values should be interpreted.

[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

IDefineNoDataParameters2 Interface