ArcObjects Library Reference (Geoprocessing)  

IEnumMdElement.Next Method

Returns the next model element in the enumeration.

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

Parameters

Element [out, retval]

  Element is a parameter of type IMdElement

Product Availability

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

See Also

IEnumMdElement Interface