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


ITableEdit.Adds Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ITableEdit.Adds Property

Objects to be added.

[Visual Basic .NET]
Public Property Adds As IDataObjects
[C#]
public IDataObjects Adds {get; set;}
[C++]
HRESULT get_Adds(
  IDataObjects** addObjects
);
[C++]
HRESULT putref_Adds(
  IDataObjects* addObjects
);
[C++]

Parameters addObjects [out, retval]
addObjects is a parameter of type IDataObjects addObjects [in]
addObjects is a parameter of type IDataObjects

Product Availability

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

See Also

ITableEdit Interface