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


ARFeatureSet Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Classes > A > ARFeatureSet Class
ArcGIS Developer Help

ARFeatureSetClass Class

ARFeatureSet object.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Use the ARFeatureSet object to iterate over the set of ARFeature objects that are returned from the IARLayer::QueryARFeatures , IARMap::QueryARFeatures and IARGlobe::QueryARFeatures methods. Unlike the ARFeatureCursor, the ARFeatureSet supports retrieving ARFeature objects that have already been retrieved and supports making multiple passes over the features. This is useful if there are a small number of ARFeature objects; an ARFeatureSet can consume a lot of memory and take a long time to be populated.

Interfaces

Interfaces Description
IARFeatureSet Provides access to members that control the ARFeatureSet.