This document is archived and information here might be outdated. Recommended version. |
ARFeatureSet object.
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 | Description |
---|---|
IARFeatureSet | Provides access to members that control the ARFeatureSet. |