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


IStringRemap.QueryStringValue 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.QueryStringValue Method
ArcGIS Developer Help

IStringRemap.QueryStringValue Method

Returns the mapped value for a string remap entry.

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

inString is a parameter of type BSTR 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

IStringRemap Interface