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


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

IGPSAStringRemap.MapString Method

Maps a string entry to the remap object.

[Visual Basic .NET]
Public Sub MapString ( _
    ByVal inputString As String, _
    ByVal outputValue As Integer _
)
[C#]
public void MapString (
    string inputString,
    int outputValue
);
[C++]
HRESULT MapString(
  BSTR inputString,
  long outputValue
);
[C++]
Parameters
inputString [in]

inputString is a parameter of type BSTR outputValue [in]
outputValue is a parameter of type long

Product Availability

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

See Also

IGPSAStringRemap Interface