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


ITableEdit.Updates Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IT > ITableEdit Interface > ITableEdit.Updates Property
ArcGIS Developer Help

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