ArcObjects Library Reference (System)  

IEnumUID.Next Method

Obtains the next component ID in the collection.

[Visual Basic .NET]
Public Function Next ( _
) As UID
[C#]
public UID Next (
);
[C++]
HRESULT Next(
  IUID** pComponentID
);
[C++]

Parameters

pComponentID [out, retval]

  pComponentID is a parameter of type IUID

Product Availability

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

See Also

IEnumUID Interface