The next set of features.
[Visual Basic .NET] Public Sub NextSet ( _ ByRef ClassID As Integer, _ ByRef featureSet As ISet _ )
[C#] public void NextSet ( ref int ClassID, ref ISet featureSet );
[C++]
HRESULT NextSet(
long* ClassID,
ISet** featureSet
);
[C++]Parameters
ClassID [out] ClassID is a parameter of type long featureSet [out]featureSet is a parameter of type ISet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.