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


INumberRemap.QueryNumberValue Method (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoAnalyst)  

INumberRemap.QueryNumberValue Method

Returns the mapped value for a number remap entry.

[Visual Basic .NET]
Public Sub QueryNumberValue ( _
    ByVal inValue As Double, _
    ByRef outValue As Integer, _
    ByRef isNodata As Boolean _
)
[C#]
public void QueryNumberValue (
    double inValue,
    ref int outValue,
    ref bool isNodata
);
[C++]
HRESULT QueryNumberValue(
  double inValue,
  System.Int32* outValue,
  Boolean* isNodata
);
[C++]

Parameters inValue [in]
inValue is a parameter of type double outValue [out]
outValue is a parameter of type long* isNodata [out]
isNodata is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

INumberRemap Interface