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


IFeatureIDSet Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureIDSet Interface
ArcGIS Developer Help

IFeatureIDSet Interface

Provides access to members that work with a set of features ids.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Members

Name Description
Method Add Adds a feature id to the set.
Method Clear Clears all ids from the set.
Read-only property Contains Indicates if the given feature id is in the set.
Read-only property Count Number of feature ids in the set.
Read-only property Members Array of ids in the set.
Method Remove Removes a feature id from the set.

Classes that implement IFeatureIDSet

Classes Description
FeatureIDSet Set of feature ids.