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


IGpFieldMappingsObject.AddTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpFieldMappingsObject Interface > IGpFieldMappingsObject.AddTable Method
ArcGIS Developer Help

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