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


IMaskFunctionArguments2.NoDataInterpretation Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMaskFunctionArguments2 Interface > IMaskFunctionArguments2.NoDataInterpretation Property
ArcGIS Developer Help

IMaskFunctionArguments2.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

IMaskFunctionArguments2 Interface