ArcObjects Library Reference (PublisherControls)  

ARFeatureCursor Class

ARFeatureCursor object.

ARFeatureCursor is a non-creatable object. References to non-creatable objects must be obtained through other objects.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Use the ARFeatureCursor object to iterate over the set of ARFeature objects that are returned from the IARLayer::SearchARFeatures and IARMap::SearchARFeatures methods. An ARFeatureCursor allows ARFeature objects to be returned one at a time; this is useful if there are a large number of ARFeature objects.

Interfaces

Interfaces Description
IARFeatureCursor Provides access to members that control the enumerated ARFeatureCursor.