ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Core Namespace / DesktopCoreExtensions Class / SetCombinationMethod Method
The selection options
The selection combination mode.

In This Topic
    SetCombinationMethod Method (DesktopCoreExtensions)
    In This Topic
    Sets the selection combination mode. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Shared Sub SetCombinationMethod( _
       ByVal selectionOptions As SelectionOptions, _
       ByVal combinationMethod As SelectionCombinationMethod _
    ) 

    Parameters

    selectionOptions
    The selection options
    combinationMethod
    The selection combination mode.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    SelectionCombinationMethod.XOR is not currently supported.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also