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


IARFeatureSet.Reset Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARFeatureSet Interface > IARFeatureSet.Reset Method
ArcGIS Developer Help

IARFeatureSet.Reset Method

Resets the ARFeatureSet to the beginning.

[Visual Basic .NET]
Public Sub Reset ( _
)
[C#]
public void Reset (
);

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

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.

See Also

IARFeatureSet Interface