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


INumberRemap.MapValueToNoData Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

INumberRemap.MapValueToNoData Method

Maps a single value entry to nodata.

[Visual Basic .NET]
Public Sub MapValueToNoData ( _
    ByVal value As Double _
)
[C#]
public void MapValueToNoData (
    double value
);
[C++]
HRESULT MapValueToNoData(
  double value
);
[C++]

Parameters value [in] value is a parameter of type double

Product Availability

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

See Also

INumberRemap Interface