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