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


IEnumMapFeature.Next Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Editor)  

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