This document is archived and information here might be outdated. Recommended version. |
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*