![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IS > IStandaloneTableInfos Interface > IStandaloneTableInfos.Insert Method (ArcObjects .NET 10.4 SDK) |
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