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


IEnumUID.Next Method (ArcObjects .NET 10.4 SDK)
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