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