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


ITableEditResult.AddResults 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.AddResults Property
ArcGIS Developer Help

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