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


ITransformGroup.NextSet Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

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(
  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.

See Also

ITransformGroup Interface