This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldMap Interface > IGPFieldMap.GetTable Method (ArcObjects .NET 10.4 SDK) |
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