ArcObjects Library Reference (PublisherControls)  

ARFeatureSet Class

ARFeatureSet object.

ARFeatureSet 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 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.