This document is archived and information here might be outdated.  Recommended version.


IGpFieldMappingsObject.AddTable Method (ArcObjects .NET 10.4 SDK)
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