Method Set
Set<T>(T)
Sets the selection to the element.
Declaration
public static void Set<T>(T element) where T : ISelectableElement
Parameters
| Type | Name | Description |
|---|---|---|
| T | element | The ISelectableElement to set as the selection. |
Type Parameters
| Name | Description |
|---|---|
| T |