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


ITransformGroup.NextSet Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITransformGroup Interface > ITransformGroup.NextSet Method
ArcGIS Developer Help

ITransformGroup.NextSet Method

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(
  System.Int32* 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.

See Also

ITransformGroup Interface