ArcObjects Library Reference (Carto)  

IDataObjectTables.Insert Method

Adds a DataObjectTable at the specified position.

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

Parameters

Index [in]   Index is a parameter of type long DataObjectTable [in]

  DataObjectTable is a parameter of type IDataObjectTable

Product Availability

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

See Also

IDataObjectTables Interface