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


IARFeatureSet Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARFeatureSet Interface
ArcGIS Developer Help

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

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

Classes that implement IARFeatureSet

Classes Description
ARFeatureSet ARFeatureSet object.