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


IRemap Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRemap Interface
ArcGIS Developer Help

IRemap Interface

Provides access to members that control reclassification of data.

Product Availability

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

Members

Name Description
Method Clear Clears the remap object.
Method DeleteRecord Deletes a remap record by index.
Method HasValueToNoData Returns whether any record is mapped to nodata.
Method LoadFromTable Loads remap records from an ITable and creates the relevant remap object.
Read-only property MinOutputValue The minimum output value.
Write-only property NoDataTo The nodata value.
Method QueryNoDataTo Returns whether nodata is mapped and if so, the mapped value.
Method QueryRecord Returns info for a remap record by index.
Read-only property RecordCount The number of remap records.
Method RepresentAsTable Stores the remap records in an ITable.
Method SaveAsTable Saves the remap records to a table.
Method Validate Validates the remap records.

Classes that implement IRemap

Classes Description
NumberRemap GeoAnalyst Number remap object.
StringRemap GeoAnalyst String remap object.