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


INumberRemap.MapRangeToNoData Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IN > INumberRemap Interface > INumberRemap.MapRangeToNoData Method
ArcGIS Developer Help

INumberRemap.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.

See Also

INumberRemap Interface