This document is archived and information here might be outdated. Recommended version. |
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