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