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