IInfoView.Select method ¶
Namespace: NextDesign.Desktop
Description¶
Selects the specified element on this display page in the info window.
argument¶
Name | Type | Description |
---|---|---|
item | object | Select element In the current version, only the instance of IInfoEntry can be specified. |
append | bool | Additional selection or True will select the specified element in addition to the current selection. The default value is False. |
Return value¶
- void
Exception¶
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If an element that does not exist in IInfoView.Items is specified |