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


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

IGPSANumberRemap.MapRangeToNoData Method

Maps a range entry to nodata.

[Visual Basic .NET]
Public Sub MapRangeToNoData ( _
    ByVal minValue As Double, _
    ByVal maxValue As Double _
)
[C#]
public void MapRangeToNoData (
    double minValue,
    double maxValue
);
[C++]
HRESULT MapRangeToNoData(
  double minValue,
  double maxValue
);
[C++]
Parameters
minValue [in]

minValue is a parameter of type double maxValue [in]
maxValue is a parameter of type double

Product Availability

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

See Also

IGPSANumberRemap Interface