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


IGPSARemap.LoadFromTable Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSARemap.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. Requires Spatial Analyst Extension.

See Also

IGPSARemap Interface