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


IGPSANumberRemap.QueryNumberRecord Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSANumberRemap.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,
  double* minValue,
  double* maxValue,
  long* outValue,
  VARIANT_BOOL* 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 VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSANumberRemap Interface