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


IStandaloneTableCollection.AddStandaloneTable Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IStandaloneTableCollection Interface > IStandaloneTableCollection.AddStandaloneTable Method
ArcGIS Developer Help

IStandaloneTableCollection.AddStandaloneTable Method

Adds a standalone table to the collection.

[Visual Basic .NET]
Public Sub AddStandaloneTable ( _
    ByVal Table As IStandaloneTable _
)
[C#]
public void AddStandaloneTable (
    IStandaloneTable Table
);
[C++]
HRESULT AddStandaloneTable(
  IStandaloneTable* Table
);
[C++]
Parameters
Table [in]

Table is a parameter of type IStandaloneTable*

Product Availability

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

See Also

IStandaloneTableCollection Interface