This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumFeature Interface > IEnumFeature.Next Method (ArcObjects .NET 10.5 SDK) |
Retrieves the next Feature in the enumeration sequence.
[Visual Basic .NET] Public Function Next ( _ ) As IFeature
[C#] public IFeature Next ( );
[C++]
HRESULT Next(
IFeature** Feature
);
[C++]
Parameters Feature [out, retval]
Feature is a parameter of type IFeature