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


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

ITableEditResult.AddResults Property

Results of Object Adds.

[Visual Basic .NET]
Public ReadOnly Property AddResults As IEditResults
[C#]
public IEditResults AddResults {get;}
[C++]
HRESULT get_AddResults(
  IEditResults** AddResults
);
[C++]

Parameters AddResults [out, retval]
AddResults is a parameter of type IEditResults

Product Availability

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

See Also

ITableEditResult Interface