This document is archived and information here might be outdated. Recommended version. |
The collection of min-max value pairs indicating NoData. Pixel values of the input raster in the range [min,max) are set as NoData.
[Visual Basic .NET] Public Property NoDataRanges As IDoubleArray
[C#] public IDoubleArray NoDataRanges {get; set;}
[C++]
HRESULT get_NoDataRanges(
IDoubleArray** ppNoDataRanges
);
[C++]
HRESULT putref_NoDataRanges(
IDoubleArray* ppNoDataRanges
);
[C++] Parameters ppNoDataRanges [out, retval]
ppNoDataRanges is a parameter of type IDoubleArray** ppNoDataRanges [in]
ppNoDataRanges is a parameter of type IDoubleArray*