ArcObjects Library Reference (SpatialAnalyst)  

IGPSAStringRemap.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,
  long* outValue,
  VARIANT_BOOL* 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 VARIANT_BOOL

Product Availability

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

See Also

IGPSAStringRemap Interface