public Selection Combine( Selection otherSelection, SetOperation setOperation )
Public Function Combine( _ ByVal otherSelection As Selection, _ ByVal setOperation As SetOperation _ ) As Selection
Parameters
- otherSelection
- The second selection on which the operation will be applied.
- setOperation
- The operation to be applied on the selections.
Return Value
A selection satisfying the requested setOperation.