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.Next Method (ArcObjects .NET 10.5 SDK) |
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(
long* ClassID,
long* OID,
long* 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