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


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

ITableEditResult.DeleteResults Property

Results of Object Deletes.

[Visual Basic .NET]
Public ReadOnly Property DeleteResults As IEditResults
[C#]
public IEditResults DeleteResults {get;}
[C++]
HRESULT get_DeleteResults(
  IEditResults** DeleteResults
);
[C++]
Parameters
DeleteResults [out, retval]

DeleteResults is a parameter of type IEditResults**

Product Availability

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

See Also

ITableEditResult Interface