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


IStandaloneTableInfos.Add Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IStandaloneTableInfos.Add Method

Adds a Table info.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal StandaloneTableInfo As IStandaloneTableInfo _
)
[C#]
public void Add (
    IStandaloneTableInfo StandaloneTableInfo
);
[C++]
HRESULT Add(
  IStandaloneTableInfo* StandaloneTableInfo
);
[C++]

Parameters StandaloneTableInfo [in]
StandaloneTableInfo is a parameter of type IStandaloneTableInfo

Product Availability

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

See Also

IStandaloneTableInfos Interface