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


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

IEnumMapFeature.Next Method

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
);

Product Availability

Available with ArcGIS Desktop.

See Also

IEnumMapFeature Interface