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


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

IRemap.LoadFromTable Method

Loads remap records from an ITable and creates the relevant remap object.

[Visual Basic .NET]
Public Sub LoadFromTable ( _
    ByVal remapTable As ITable _
)
[C#]
public void LoadFromTable (
    ITable remapTable
);
[C++]
HRESULT LoadFromTable(
  ITable* remapTable
);
[C++]
Parameters
remapTable [in]

remapTable is a parameter of type ITable*

Product Availability

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

See Also

IRemap Interface