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 is done.
If there is already a selected node in the currently displayed trace view, it works as follows.
- All nodes selected in lanes different from the specified node will be deselected.
- The selection of the node selected in the same lane as the specified node is maintained.
argument
Name | Type | Description |
---|---|---|
node | ITraceNode | Node to select |
Return value
- void
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When null is specified for node |