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


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

ITableIdentities.Insert Method

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

Parameters Index [in] Index is a parameter of type long TableIdentity [in]
TableIdentity is a parameter of type ITableIdentity

Product Availability

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

See Also

ITableIdentities Interface