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


IEnumGeometry.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geometry)  

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(
  IGeometry** nextGeometry
);
[C++]

Parameters nextGeometry [out, retval]
nextGeometry is a parameter of type IGeometry

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