This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFIDSetOperator Interface > IFIDSetOperator.SymmetricDifference Method (ArcObjects .NET 10.5 SDK) |
Combines the feature IDs that are in one of the collections, but not both collections, into a single collection.
[Visual Basic .NET] Public Function SymmetricDifference ( _ ByVal otherFIDSet As IFIDSet _ ) As IFIDSet
[C#] public IFIDSet SymmetricDifference ( IFIDSet otherFIDSet );
[C++]
HRESULT SymmetricDifference(
IFIDSet* otherFIDSet,
IFIDSet** newFIDSet
);
[C++]
Parameters otherFIDSet [in]
otherFIDSet is a parameter of type IFIDSet newFIDSet [out, retval]
newFIDSet is a parameter of type IFIDSet