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


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

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