ITracePage.SelectNode method
Namespace: NextDesign.Desktop
Description
Selects the specified node.
If the currently displayed trace view does not have a lane to which the specified node belongs, nothing will be done.
If there is already a selected node in the currently displayed trace view, it operates as follows.
- All selected nodes in lanes different from the specified node will be deselected
- Nodes selected in the same lane as the specified node will remain selected
argument
Name | Type | Description |
---|---|---|
node | ITraceNode | node to select |
Return value
- void
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for node |