public enum SetOperation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SetOperation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum SetOperation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Public Enum SetOperation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
| Member | Description | 
|---|---|
| Difference | All rows present in the first selection but not present in the second are copied to the output selection. This is a Boolean INHIBITION operation (e.g., C# a.Except(b)). | 
| Intersection | All rows present in both input selections are copied to the output selection. Those row IDs present in only one set are discarded. This is a Boolean AND operation. | 
| SymmetricDifference | All rows present in either input selection, but not present in both, are copied to the output selection. This is a Boolean XOR operation. | 
| Union | All rows present in the first selection and the second selection are copied to the output selection. This is a Boolean OR operation. | 
System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.Data.SetOperation
Target Platforms: Windows 10, Windows 8.1