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


IARFeatureSet.Next Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (PublisherControls)  

IARFeatureSet.Next Method

Retrieves the next feature in the ARFeatureSet.

[Visual Basic .NET]
Public Function Next ( _
) As ARFeature
[C#]
public ARFeature Next (
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The Next method advances the ARFeatureSet by one, and returns the ARFeature object at that position.

See Also

IARFeatureSet Interface