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


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

IEventSourceErrors.GetLocatingErrorRow Method

The locating error associated with a row.

[Visual Basic .NET]
Public Function GetLocatingErrorRow ( _
    ByVal Row As IRow _
) As esriLocatingError
[C#]
public esriLocatingError GetLocatingErrorRow (
    IRow Row
);
[C++]
HRESULT GetLocatingErrorRow(
  IRow* Row,
  esriLocatingError* locatingError
);
[C++]

Parameters Row [in]
Row is a parameter of type IRow 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