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


ITableEditResults.Insert Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

ITableEditResults.Insert Method

Adds a TableEditResult at the specified position.

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

Parameters Index [in] Index is a parameter of type long TableEditResult [in]
TableEditResult is a parameter of type ITableEditResult

Product Availability

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

See Also

ITableEditResults Interface