ArcObjects Library Reference (Geoprocessing)  

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,
  IDETable** Table
);
[C++]

Parameters

Index [in]   Index is a parameter of type long Table [out, retval]

  Table is a parameter of type IDETable

Product Availability

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

See Also

IGPFieldMap Interface