This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITableNameSet Interface > ITableNameSet.Add Method (ArcObjects .NET 10.4 SDK) |
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