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


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

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