ArcObjects Library Reference (DataSourcesRaster)  

IRemapFunctionArguments Interface

Provides access to members that control remap function arguments.

Product Availability

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

Members

Description
Read/write property AllowUnmatched Indicates if unmatched values should be passed through.
Read/write property InputField Field in the Attribute table that contains pixel values.
Read/write property InputRanges 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.
Read/write property NoDataRanges The collection of min-max value pairs indicating NoData. Pixel values of the input raster in the range [min,max) are set as NoData.
Read/write property OutputField Field in the attribute table containing the remapped values.
Read/write property OutputValues The collection of output values to which each input value pair in the 'InputRanges' collection is remapped.
Read/write property Raster The source raster object.
Read/write property Table The table used to lookup pixel values.
Read/write property UseTable Indicates if the attribute table should be used for remapping.

CoClasses that implement IRemapFunctionArguments

CoClasses and Classes Description
RemapFunctionArguments A class for remap raster function arguments.