ArcObjects Library Reference (Carto)  

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