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


ITransformGroup.Next 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.Next Method
ArcGIS Developer Help

ITransformGroup.Next Method

The next type of feature and how many times it was found.

[Visual Basic .NET]
Public Sub Next ( _
    ByRef ClassID As Integer, _
    ByRef OID As Integer, _
    ByRef Count As Integer _
)
[C#]
public void Next (
    ref int ClassID,
    ref int OID,
    ref int Count
);
[C++]
HRESULT Next(
  System.Int32* ClassID,
  System.Int32* OID,
  System.Int32* Count
);
[C++]
Parameters
ClassID [out]

ClassID is a parameter of type long* OID [out]
OID is a parameter of type long* Count [out]
Count is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITransformGroup Interface