This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Interfaces > IE > IEnumMapFeature Interface > IEnumMapFeature.Next Method (ArcObjects .NET 10.5 SDK) |
Retrieves the next feature and its featurelayer in the sequence.
[Visual Basic .NET] Public Sub Next ( _ ByRef ppFeature As IFeature, _ ByRef ppLayer As IFeatureLayer _ )
[C#] public void Next ( ref IFeature ppFeature, ref IFeatureLayer ppLayer );