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


ICOMClient.ErrorCode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

ICOMClient.ErrorCode Property

Value for the error code in the data connection.

[Visual Basic .NET]
Public Property ErrorCode As Integer
[C#]
public int ErrorCode {get; set;}
[C++]
HRESULT get_ErrorCode(
  Long* pVal
);
[C++]
HRESULT put_ErrorCode(
  Long pVal
);
[C++]

Parameters pVal [out, retval] pVal is a parameter of type Long pVal [in] pVal is a parameter of type Long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

ICOMClient Interface