This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemapFunctionArguments Interface > IRemapFunctionArguments.NoDataRanges Property (ArcObjects .NET 10.5 SDK) |
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