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


IStringRemap.QueryStringRecord Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IS > IStringRemap Interface > IStringRemap.QueryStringRecord Method
ArcGIS Developer Help

IStringRemap.QueryStringRecord Method

Returns string record information by index.

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

index is a parameter of type long inString [out]
inString is a parameter of type BSTR* 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

IStringRemap Interface