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 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

NameTypeDescription
nodeITraceNodeNode to select

Return value

  • void

Exception

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionWhen null is specified for node