INavigator.Select method
Namespace: NextDesign.Desktop
Description
Selects the element specified by this navigator.
In the current version, only the following navigators support this method.
- Model navigator
- Product Line Navigator
argument
| Name | Type | Description |
|---|---|---|
| item | object | Element to select In the current version, only IModel instances can be specified. |
| append | bool | Append selection or True to select the specified element in addition to the current selection. The default is False. If the navigator does not support multi-element selection, this specification is ignored. |
Return value
- void
Exceptions
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | When an element that does not exist in INavigator.Items is specified |