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


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

IGPSAStringRemap.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. Requires Spatial Analyst Extension.

See Also

IGPSAStringRemap Interface