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


IEventSourceErrors.GetLocatingErrorOID Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEventSourceErrors Interface > IEventSourceErrors.GetLocatingErrorOID Method
ArcGIS Developer Help

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
);
[C++]
Parameters
OID [in]

OID is a parameter of type long

Product Availability

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

See Also

IEventSourceErrors Interface