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


IRemap.QueryNoDataTo Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRemap.QueryNoDataTo Method

Returns whether nodata is mapped and if so, the mapped value.

[Visual Basic .NET]
Public Sub QueryNoDataTo ( _
    ByRef isMapped As Boolean, _
    ByRef outValue As Integer _
)
[C#]
public void QueryNoDataTo (
    ref bool isMapped,
    ref int outValue
);
[C++]
HRESULT QueryNoDataTo(
  VARIANT_BOOL* isMapped,
  long* outValue
);
[C++]

Parameters isMapped [out] isMapped is a parameter of type VARIANT_BOOL outValue [out] outValue is a parameter of type long

Product Availability

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

See Also

IRemap Interface