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