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


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

IFIDSetOperator Interface

Provides access to members that control the collection of feature ids, and to combine feature id collections.

Product Availability

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

Members

Name Description
Method Difference Returns the feature IDs that are not in the collection, but are present in the input collection.
Method Intersect Combines the feature IDs that are common to both collections into a single collection.
Method SymmetricDifference Combines the feature IDs that are in one of the collections, but not both collections, into a single collection.
Method Union Combines all the feature IDs that are in one or the other collection into a single collection.

Classes that implement IFIDSetOperator

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