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


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

IStandaloneTableInfos.Insert Method

Adds a Table info at the specified position.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal StandaloneTableInfo As IStandaloneTableInfo _
)
[C#]
public void Insert (
    int Index,
    IStandaloneTableInfo StandaloneTableInfo
);
[C++]
HRESULT Insert(
  long Index,
  IStandaloneTableInfo* StandaloneTableInfo
);
[C++]

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

Product Availability

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

See Also

IStandaloneTableInfos Interface