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


ITableEdits.Add Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableEdits Interface > ITableEdits.Add Method
ArcGIS Developer Help

ITableEdits.Add Method

Adds a TableEdit element.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal TableEdit As ITableEdit _
)
[C#]
public void Add (
    ITableEdit TableEdit
);
[C++]
HRESULT Add(
  ITableEdit* TableEdit
);
[C++]
Parameters
TableEdit [in]

TableEdit is a parameter of type ITableEdit*

Product Availability

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

See Also

ITableEdits Interface