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


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

INumberRemap.QueryNumberRecord Method

Returns number record information by index.

[Visual Basic .NET]
Public Sub QueryNumberRecord ( _
    ByVal index As Integer, _
    ByRef MinValue As Double, _
    ByRef MaxValue As Double, _
    ByRef outValue As Integer, _
    ByRef mappedToNoData As Boolean _
)
[C#]
public void QueryNumberRecord (
    int index,
    ref double MinValue,
    ref double MaxValue,
    ref int outValue,
    ref bool mappedToNoData
);
[C++]
HRESULT QueryNumberRecord(
  long index,
  System.Double* MinValue,
  System.Double* MaxValue,
  System.Int32* outValue,
  Boolean* mappedToNoData
);
[C++]
Parameters
index [in]

index is a parameter of type long MinValue [out]
MinValue is a parameter of type double* MaxValue [out]
MaxValue is a parameter of type double* outValue [out]
outValue is a parameter of type long* mappedToNoData [out]
mappedToNoData is a parameter of type bool*

Product Availability

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

See Also

INumberRemap Interface