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