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


IEnumElement.Next Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IEnumElement Interface > IEnumElement.Next Method
ArcGIS Developer Help

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(
void
);

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