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


IEventSourceErrors.GetLocatingErrorOID Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IEventSourceErrors.GetLocatingErrorOID Method

The locating error associated with an event's OID.

[Visual Basic .NET]
Public Function GetLocatingErrorOID ( _
    ByVal OID As Integer _
) As esriLocatingError
[C#]
public esriLocatingError GetLocatingErrorOID (
    int OID
);
[C++]
HRESULT GetLocatingErrorOID(
  long OID,
  esriLocatingError* locatingError
);
[C++]

Parameters OID [in] OID is a parameter of type long locatingError [out, retval]
locatingError is a parameter of type esriLocatingError

Product Availability

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

See Also

IEventSourceErrors Interface