ArcObjects Library Reference (GeoDatabase)  

IEnumDomain.Next Method

Retrieves the next domain in the enumeration sequence.

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

Parameters

Domain [out, retval]

  Domain is a parameter of type IDomain

Product Availability

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

See Also

IEnumDomain Interface