Skip to main content

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

NameTypeDescription
nodeITraceNodenode to select

Return value

  • void

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for node