ArcObjects Library Reference (GeoDatabase)  

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