Method RemoveRange
RemoveRange<T>(IReadOnlyList<T>)
Remove a set of elements from the current selection.
Declaration
public static bool RemoveRange<T>(IReadOnlyList<T> elements) where T : ISelectableElement
Parameters
| Type | Name | Description |
|---|---|---|
| IReadOnlyList<T> | elements | The set of ISelectableElement to remove from the selection. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if at least an element has been removed from the selection, false otherwise. |
Type Parameters
| Name | Description |
|---|---|
| T |