ArcObjects Library Reference (GeoAnalyst)  

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