ArcObjects Library Reference (GeoAnalyst)  

IRemap.RepresentAsTable Method

Stores the remap records in an ITable.

[Visual Basic .NET]
Public Function RepresentAsTable ( _
) As ITable
[C#]
public ITable RepresentAsTable (
);
[C++]
HRESULT RepresentAsTable(
  ITable** ppTable
);
[C++]

Parameters

ppTable [out, retval]

  ppTable is a parameter of type ITable

Product Availability

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

See Also

IRemap Interface