This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEventSourceErrors Interface > IEventSourceErrors.GetLocatingErrorOID Method (ArcObjects .NET 10.4 SDK) |
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