INavigator.Select method
Namespace: NextDesign.Desktop
Description
Select the element specified in 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, you can only specify an instance of IModel. |
append | bool | Add selection or True will select the specified element in addition to the current selection. The default value is False. If the navigator does not support multi-element selection, this specification will be ignored. |
Return value
- void
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When an element that does not exist in INavigator.Items is specified |