IRemapFunctionArguments2 Interface

Provides access to members that control remap function arguments.

Members

Name Description
Read/write property AllowUnmatched Indicates if unmatched values should be passed through.
Read/write property DefinitionExpression The definition expression on the remap table.
Read/write property Geometries The array of area of interest polygons.
Read/write property InputField The field in the Attribute table that contains (minimum) pixel values.
Read/write property InputMaxField The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue.
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 The 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 RemapTableType The remap table type.
Read/write property ReplacementValue The value that will replace unmatched / missing values.
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.

IRemapFunctionArguments2.DefinitionExpression Property

The definition expression on the remap table.

Public Property DefinitionExpression As String
public string DefinitionExpression {get; set;}

IRemapFunctionArguments2.Geometries Property

The array of area of interest polygons.

Public Property Geometries As IGeometryArray
public IGeometryArray Geometries {get; set;}

IRemapFunctionArguments2.InputMaxField Property

The pixel values in the range [InputField, InputMaxField) are mapped to OutputValue.

Public Property InputMaxField As String
public string InputMaxField {get; set;}

IRemapFunctionArguments2.RemapTableType Property

The remap table type.

Public Property RemapTableType As esriRemapTableType
public esriRemapTableType RemapTableType {get; set;}

Inherited Interfaces

Interfaces Description
IRemapFunctionArguments Provides access to members that control remap function arguments.

Classes that implement IRemapFunctionArguments2

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.