ArcObjects Library Reference (SpatialAnalyst)  

IGPSANumberRemap.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. Requires Spatial Analyst Extension.

See Also

IGPSANumberRemap Interface