This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumEventError Interface > IEnumEventError.Next Method (ArcObjects .NET 10.4 SDK) |
Retrieves the next event error in the enumeration sequence.
[Visual Basic .NET] Public Sub Next ( _ ByRef eventRow As IRow, _ ByRef locatingError As esriLocatingError _ )
[C#] public void Next ( ref IRow eventRow, ref esriLocatingError locatingError );
[C++]
HRESULT Next(
IRow** eventRow,
esriLocatingError* locatingError
);
[C++]
Parameters eventRow [out]
eventRow is a parameter of type IRow locatingError [out]
locatingError is a parameter of type esriLocatingError