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


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

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