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


IGPSARemap.QueryNoDataTo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSARemap Interface > IGPSARemap.QueryNoDataTo Method
ArcGIS Developer Help

IGPSARemap.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(
  Boolean* isMapped,
  System.Int32* outValue
);
[C++]
Parameters
isMapped [out]

isMapped is a parameter of type bool* outValue [out]
outValue is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSARemap Interface