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


IRemapFunctionArguments.InputRanges 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.InputRanges Property
ArcGIS Developer Help

IRemapFunctionArguments.InputRanges Property

The collection of min-max value pairs indicating input remap classes. Pixel values of the input raster in the range [min,max) are mapped to the corresponding value in the 'OutputValues' collection.

[Visual Basic .NET]
Public Property InputRanges As IDoubleArray
[C#]
public IDoubleArray InputRanges {get; set;}
[C++]
HRESULT get_InputRanges(
  IDoubleArray** ppInputRanges
);
[C++]
HRESULT putref_InputRanges(
  IDoubleArray* ppInputRanges
);
[C++]
Parameters
ppInputRanges [out, retval]

ppInputRanges is a parameter of type IDoubleArray** ppInputRanges [in]
ppInputRanges is a parameter of type IDoubleArray*

Product Availability

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

See Also

IRemapFunctionArguments Interface