ArcObjects Library Reference (Geoprocessing)  

IGpFieldMappingsObject.AddTable Method

Add a table to the mapping object

[Visual Basic .NET]
Public Sub AddTable ( _
    ByVal Table As String _
)
[C#]
public void AddTable (
    string Table
);
[C++]
HRESULT AddTable(
  BSTR Table
);
[C++]

Parameters

Table [in]   Table is a parameter of type BSTR

Product Availability

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

See Also

IGpFieldMappingsObject Interface