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


IGPSANumberRemap.MapRange Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSANumberRemap Interface > IGPSANumberRemap.MapRange Method
ArcGIS Developer Help

IGPSANumberRemap.MapRange Method

Maps a range entry to the remap object.

[Visual Basic .NET]
Public Sub MapRange ( _
    ByVal minValue As Double, _
    ByVal maxValue As Double, _
    ByVal outputValue As Integer _
)
[C#]
public void MapRange (
    double minValue,
    double maxValue,
    int outputValue
);
[C++]
HRESULT MapRange(
  double minValue,
  double maxValue,
  long outputValue
);
[C++]
Parameters
minValue [in]

minValue is a parameter of type double maxValue [in]
maxValue is a parameter of type double outputValue [in]
outputValue is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSANumberRemap Interface