ArcGIS Pro 2.6 API Reference Guide
SelectionCombinationMethod Enumeration

ArcGIS.Desktop.Mapping Namespace : SelectionCombinationMethod Enumeration
Define combination methods for selection operations. They determine how the selection performed will combine with an existing selection.
Syntax
public enum SelectionCombinationMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Public Enum SelectionCombinationMethod 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
Members
MemberDescription
Add Adds to the current selection.
And Selects from the current selection.
New Creates a new selection.
Subtract Subtracts from the current selection.
XOR Performs an 'exclusive or' with the current selection.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Desktop.Mapping.SelectionCombinationMethod

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Desktop.Mapping Namespace