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


ITableEditResult.DeleteResults Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

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