This document is archived and information here might be outdated.  Recommended version.


IRemapFunctionArguments.NoDataRanges Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRemapFunctionArguments.NoDataRanges Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRemapFunctionArguments Interface