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


IRemap.SaveAsTable Method (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 > IRemap.SaveAsTable Method
ArcGIS Developer Help

IRemap.SaveAsTable Method

Saves the remap records to a table.

[Visual Basic .NET]
Public Sub SaveAsTable ( _
    ByVal tableName As String _
)
[C#]
public void SaveAsTable (
    string tableName
);
[C++]
HRESULT SaveAsTable(
  BSTR tableName
);
[C++]
Parameters
tableName [in]

tableName is a parameter of type BSTR

Product Availability

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

See Also

IRemap Interface