This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSANumberRemap Interface > IGPSANumberRemap.MapValue Method (ArcObjects .NET 10.4 SDK) |
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