ArcObjects Library Reference (PublisherControls)  

IARFeatureCursor Interface

Provides access to members that control the enumerated ARFeatureCursor.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

The IARFeatureCursor interface is a starting point for enumerating ARFeature objects. An ARFeatureCursor is returned from the IARMap::SearchARFeatures, IARGlobe::SearchARFeatures and IARLayer::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.

Members

Description
Method NextARFeature Retrieves the next feature in the enumeration sequence.

CoClasses that implement IARFeatureCursor

CoClasses and Classes Description
ARFeatureCursor ARFeatureCursor object.