ArcObjects Library Reference (PublisherControls)  

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