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


IRemap.DeleteRecord Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRemap.DeleteRecord Method

Deletes a remap record by index.

[Visual Basic .NET]
Public Sub DeleteRecord ( _
    ByVal recordIndex As Integer _
)
[C#]
public void DeleteRecord (
    int recordIndex
);
[C++]
HRESULT DeleteRecord(
  long recordIndex
);
[C++]

Parameters recordIndex [in] recordIndex is a parameter of type long

Product Availability

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

See Also

IRemap Interface