This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureIDSet Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that work with a set of features ids.
Description | ||
---|---|---|
Add | Adds a feature id to the set. | |
Clear | Clears all ids from the set. | |
Contains | Indicates if the given feature id is in the set. | |
Count | Number of feature ids in the set. | |
Members | Array of ids in the set. | |
Remove | Removes a feature id from the set. |
CoClasses and Classes | Description |
---|---|
FeatureIDSet | Set of feature ids. |