This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRecordNumberSet Interface > IRecordNumberSet.XOr Method (ArcObjects .NET 10.4 SDK) |
Combines the record numbers that are in one of the collections, but not both collections, into a single collection.
[Visual Basic .NET] Public Function XOr ( _ ByVal otherRecordNumberSet As IRecordNumberSet _ ) As IRecordNumberSet
[C#] public IRecordNumberSet XOr ( IRecordNumberSet otherRecordNumberSet );
[C++]
HRESULT XOr(
IRecordNumberSet* otherRecordNumberSet,
IRecordNumberSet** newRecordNumberSet
);
[C++]
Parameters otherRecordNumberSet [in]
otherRecordNumberSet is a parameter of type IRecordNumberSet newRecordNumberSet [out, retval]
newRecordNumberSet is a parameter of type IRecordNumberSet