This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMapObject Interface > IGpFieldMapObject.GetInputTableName Method (ArcObjects .NET 10.5 SDK) |
Get a sub-field table.
[Visual Basic .NET] Public Function GetInputTableName ( _ ByVal Index As Integer _ ) As String
[C#] public string GetInputTableName ( int Index );
[C++]
HRESULT GetInputTableName(
long Index,
BSTR* pTable
);
[C++]
Parameters Index [in] Index is a parameter of type long pTable [out, retval] pTable is a parameter of type BSTR