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


IRemap.HasValueToNoData Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoAnalyst)  

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(
  VARIANT_BOOL* hasToNodata
);
[C++]

Parameters hasToNodata [out] hasToNodata is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IRemap Interface