This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARFeatureSet Interface > IARFeatureSet.Reset Method (ArcObjects .NET 10.5 SDK) |
Resets the ARFeatureSet to the beginning.
[Visual Basic .NET]
Public Sub Reset ( _
)
[C#] public void Reset ( );
Resets the ARFeatureSet to the beginning. To make subsequent passes through the ARFeatureSet use the Reset method to go back to the first ARFeature in the collection.