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


IGPSARemap.LoadFromTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPSARemap Interface > IGPSARemap.LoadFromTable Method
ArcGIS Developer Help

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