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


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

INumberRemap.MapRangeToNoData Method

Maps a range entry to nodata.

[Visual Basic .NET]
Public Sub MapRangeToNoData ( _
    ByVal MinValue As Double, _
    ByVal MaxValue As Double _
)
[C#]
public void MapRangeToNoData (
    double MinValue,
    double MaxValue
);
[C++]
HRESULT MapRangeToNoData(
  double MinValue,
  double MaxValue
);
[C++]

Parameters MinValue [in] MinValue is a parameter of type double MaxValue [in] MaxValue is a parameter of type double

Product Availability

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

See Also

INumberRemap Interface