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


IGPFieldMap.GetTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldMap Interface > IGPFieldMap.GetTable Method
ArcGIS Developer Help

IGPFieldMap.GetTable Method

Get an internal mapped field table.

[Visual Basic .NET]
Public Function GetTable ( _
    ByVal Index As Integer _
) As IDETable
[C#]
public IDETable GetTable (
    int Index
);
[C++]
HRESULT GetTable(
  long Index
);
[C++]
Parameters
Index [in]

Index is a parameter of type long

Product Availability

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

See Also

IGPFieldMap Interface