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


IRemap.HasValueToNoData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRemap Interface > IRemap.HasValueToNoData Method
ArcGIS Developer Help

IRemap.HasValueToNoData Method

Returns whether any record is mapped to nodata.

[Visual Basic .NET]
Public Sub HasValueToNoData ( _
    ByRef hasToNodata As Boolean _
)
[C#]
public void HasValueToNoData (
    ref bool hasToNodata
);
[C++]
HRESULT HasValueToNoData(
  Boolean* hasToNodata
);
[C++]
Parameters
hasToNodata [out]

hasToNodata is a parameter of type bool*

Product Availability

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

See Also

IRemap Interface