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


IStringRemap.MapStringToNoData Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IStringRemap.MapStringToNoData Method

Maps a string entry to nodata.

[Visual Basic .NET]
Public Sub MapStringToNoData ( _
    ByVal inputString As String _
)
[C#]
public void MapStringToNoData (
    string inputString
);
[C++]
HRESULT MapStringToNoData(
  BSTR inputString
);
[C++]

Parameters inputString [in] inputString is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IStringRemap Interface