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


INumberRemap.MapValueToNoData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IN > INumberRemap Interface > INumberRemap.MapValueToNoData Method
ArcGIS Developer Help

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