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


IFIDSetOperator.Intersect Method (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 > IFIDSetOperator.Intersect Method
ArcGIS Developer Help

IFIDSetOperator.Intersect Method

Combines the feature IDs that are common to both collections into a single collection.

[Visual Basic .NET]
Public Function Intersect ( _
    ByVal otherFIDSet As IFIDSet _
) As IFIDSet
[C#]
public IFIDSet Intersect (
    IFIDSet otherFIDSet
);
[C++]
HRESULT Intersect(
  IFIDSet* otherFIDSet
);
[C++]
Parameters
otherFIDSet [in]

otherFIDSet is a parameter of type IFIDSet*

Product Availability

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

See Also

IFIDSetOperator Interface