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


ITableNameSet.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableNameSet Interface > ITableNameSet.Add Method
ArcGIS Developer Help

ITableNameSet.Add Method

Add table to set.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal Name As String, _
    ByVal TableName As IDatasetName _
)
[C#]
public void Add (
    string Name,
    IDatasetName TableName
);
[C++]
HRESULT Add(
  BSTR Name,
  IDatasetName* TableName
);
[C++]
Parameters
Name [in]

Name is a parameter of type BSTR TableName [in]
TableName is a parameter of type IDatasetName*

Product Availability

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

See Also

ITableNameSet Interface