This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSANumberRemap Interface > IGPSANumberRemap.MapRangeToNoData Method (ArcObjects .NET 10.4 SDK) |
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