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


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

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(
void
);

Product Availability

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

See Also

IRemap Interface