ITracePage.ClearSelection method
Namespace: NextDesign.Desktop
Description
Deselects all selected nodes in the specified lane.
Nothing will be done if the specified lane does not exist in the currently displayed trace view.
argument
| Name | Type | Description |
|---|---|---|
| lane | ITraceLane | Lane to deselect |
Return value
- void
Exceptions
| Name | Exception Class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | When null is specified for lane |