ArcObjects Library Reference (GeoDatabase)  

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

Product Availability

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

See Also

ITransformGroup Interface