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