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


IEditResult.Succeeded Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

IEditResult.Succeeded Property

Success or faliure.

[Visual Basic .NET]
Public ReadOnly Property Succeeded As Boolean
[C#]
public bool Succeeded {get;}
[C++]
HRESULT get_Succeeded(
  Boolean* Succeeded
);
[C++]

Parameters Succeeded [out, retval]
Succeeded is a parameter of type bool*

Product Availability

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

See Also

IEditResult Interface