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


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

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

See Also

IGPSARemap Interface