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


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

IEnumGeometry.Next Method

Returns the next geometry in the enumeration.

[Visual Basic .NET]
Public Function Next ( _
) As IGeometry
[C#]
public IGeometry Next (
);
[C++]
HRESULT Next(
void
);

Product Availability

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

Description

Returns the Next Geometry part from the current enumeration location.

See Also

IEnumGeometry Interface