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


IFIDSet Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFIDSet Interface
ArcGIS Developer Help

IFIDSet Interface

Provides access to members that control the FID Set. Note: the IFIDSet interface has been superseded by IFIDSet2. Please consider using the more recent version.

Product Availability

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

Members

Name Description
Method Add Adds a feature id to the set.
Method Count The number of elements in the FID set.
Method Delete Deletes a feature id from the set.
Method Find Finds a feature id in the set.
Method Next Gets the next feature id from the set.
Method Reset Resets the internal cursor.
Method SetEmpty Empties the FID set.

Classes that implement IFIDSet

Classes Description
FIDSet Esri FID Set object.
RecordNumberSet A collection of record numbers. Record number sets are used in selections with file based data.