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


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

ITableEdit.Updates Property

Objects to be updated.

[Visual Basic .NET]
Public Property Updates As IDataObjects
[C#]
public IDataObjects Updates {get; set;}
[C++]
HRESULT get_Updates(
  IDataObjects** updateObjects
);
[C++]
HRESULT putref_Updates(
  IDataObjects* updateObjects
);
[C++]

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

Product Availability

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

See Also

ITableEdit Interface