This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Classes > A > ARFeatureCursor Class (ArcObjects .NET 10.5 SDK) |
ARFeatureCursor object.
ARFeatureCursor is a non-creatable object. References to non-creatable objects must be obtained through other objects.
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 | Description |
---|---|
IARFeatureCursor | Provides access to members that control the enumerated ARFeatureCursor. |