ArcObjects Library Reference (PublisherControls)  

IARFeatureSet Interface

Provides access to members that control the ARFeatureSet.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

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.

Members

Description
Read-only property ARFeature The feature at the specified index.
Read-only property ARFeatureCount The number of features in the ARFeatureSet.
Method CenterAt Centers the map display on the center of the ARFeatureSet.
Read/write property CustomProperty A property to associate data with an object.
Method Flash Flashes the features in the ARFeatureSet.
Method Flicker Flickers the features in the ARFeatureSet.
Method Highlight Highlights the features in the ARFeatureSet.
Method Next Retrieves the next feature in the ARFeatureSet.
Method Reset Resets the ARFeatureSet to the beginning.
Method ZoomTo Zooms the map to display the ARFeatureSet.

CoClasses that implement IARFeatureSet

CoClasses and Classes Description
ARFeatureSet ARFeatureSet object.