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


IImageServerEditResult.Code Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerEditResult Interface > IImageServerEditResult.Code Property
ArcGIS Developer Help

IImageServerEditResult.Code Property

Error Code.

[Visual Basic .NET]
Public ReadOnly Property Code As Integer
[C#]
public int Code {get;}
[C++]
HRESULT get_Code(
  System.Int32* pErrorCode
);
[C++]
Parameters
pErrorCode [out, retval]

pErrorCode is a parameter of type long*

Product Availability

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

See Also

IImageServerEditResult Interface