This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITransformGroup Interface > ITransformGroup.NextSet Method (ArcObjects .NET 10.5 SDK) |
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