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


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

INumberRemap.MapValue Method

Maps a single value entry to the remap object.

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

value 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