This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARFeatureSet Interface > IARFeatureSet.Next Method (ArcObjects .NET 10.4 SDK) |
Retrieves the next feature in the ARFeatureSet.
[Visual Basic .NET] Public Function Next ( _ ) As ARFeature
[C#] public ARFeature Next ( );
The Next method advances the ARFeatureSet by one, and returns the ARFeature object at that position.