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


IEventSourceErrors.GetLocatingErrorRow 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.GetLocatingErrorRow Method
ArcGIS Developer Help

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

Row is a parameter of type IRow*

Product Availability

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

See Also

IEventSourceErrors Interface