ArcObjects Library Reference (Carto)  

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

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.

CoClasses that implement IFeatureIDSet

CoClasses and Classes Description
FeatureIDSet Set of feature ids.