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


IEnumEventError.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumEventError Interface > IEnumEventError.Next Method
ArcGIS Developer Help

IEnumEventError.Next Method

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*

Product Availability

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

See Also

IEnumEventError Interface