This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the ARFeatureSet.
The IARFeatureSet interface is a starting point for enumerating ARFeature objects. An ARFeatureSet is returned from the IARMap::QueryARFeatures and IARLayer::QueryARFeatures methods. An ARFeatureSet allows ARFeature objects to be returned all at once; this is useful if there are a small number of ARFeature objects, as an ARFeatureSet can consume a lot of memory and take a long time to be populated.
Name | Description | |
---|---|---|
ARFeature | The feature at the specified index. | |
ARFeatureCount | The number of features in the ARFeatureSet. | |
CenterAt | Centers the map display on the center of the ARFeatureSet. | |
CustomProperty | A property to associate data with an object. | |
Flash | Flashes the features in the ARFeatureSet. | |
Flicker | Flickers the features in the ARFeatureSet. | |
Highlight | Highlights the features in the ARFeatureSet. | |
Next | Retrieves the next feature in the ARFeatureSet. | |
Reset | Resets the ARFeatureSet to the beginning. | |
ZoomTo | Zooms the map to display the ARFeatureSet. |
Classes | Description |
---|---|
ARFeatureSet | ARFeatureSet object. |