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


IRemapFunctionArguments.NoDataRanges Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemapFunctionArguments Interface > IRemapFunctionArguments.NoDataRanges Property
ArcGIS Developer Help

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