ArcObjects Library Reference (Carto)  

IEnumElement.Next Method

Returns the next element in the enumeration.

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

Parameters

pElement [out, retval]

  pElement is a parameter of type IElement

Product Availability

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

See Also

IEnumElement Interface

.NET Samples

Move a graphic along a path in ArcMap (Code Files: cmdMoveGraphicAlongPath)