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


IGPSARemap.QueryRecord Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSARemap Interface > IGPSARemap.QueryRecord Method
ArcGIS Developer Help

IGPSARemap.QueryRecord Method

Returns info for a remap record by index.

[Visual Basic .NET]
Public Sub QueryRecord ( _
    ByVal recordIndex As Integer, _
    ByRef sInValue As String, _
    ByRef sOutValue As String _
)
[C#]
public void QueryRecord (
    int recordIndex,
    ref string sInValue,
    ref string sOutValue
);
[C++]
HRESULT QueryRecord(
  long recordIndex,
  System.String* sInValue,
  System.String* sOutValue
);
[C++]
Parameters
recordIndex [in]

recordIndex is a parameter of type long sInValue [out]
sInValue is a parameter of type BSTR* sOutValue [out]
sOutValue is a parameter of type BSTR*

Product Availability

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

See Also

IGPSARemap Interface