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.