ArcObjects Library Reference (Geoprocessing)  

IGpFieldMapObject.GetInputTableName Method

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

Product Availability

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

See Also

IGpFieldMapObject Interface