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


INumberRemap.MapRange 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.MapRange Method
ArcGIS Developer Help

INumberRemap.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.

See Also

INumberRemap Interface