This document is archived and information here might be outdated. Recommended version. |
Gets the next feature id from the set.
[Visual Basic .NET]
Public Sub Next ( _
ByRef fID As Integer _
)
[C#]
public void Next (
ref int fID
);
[C++]
HRESULT Next(
System.Int32* fID
);
[C++] Parameters fID [out]
fID is a parameter of type long*
Calling Next when there are no more IDs in the FIDset will return -1.