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


IEditResult.Code Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IEditResult.Code Property

Error Code.

[Visual Basic .NET]
Public ReadOnly Property Code As Integer
[C#]
public int Code {get;}
[C++]
HRESULT get_Code(
  long* errorCode
);
[C++]

Parameters errorCode [out, retval] errorCode is a parameter of type long

Product Availability

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

See Also

IEditResult Interface