Skip to main content

ITracePage.SelectNodeByModel method

Namespace: NextDesign.Desktop

Description

Selects nodes corresponding to all specified models in the specified lane.
If the view type is Matrix, you can select the nodes corresponding to the row or column model by specifying the lane corresponding to the row or column.
If the specified lane does not exist in the currently displayed trace view, or if the specified lane does not have a node corresponding to the specified model, nothing will be done.

If the node to be selected can be determined and there is already a selected node in the currently displayed trace view, the operation will be 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
laneITraceLanelane containing node to select
modelIModelThe model corresponding to the selected node

Return value

  • void

Exceptions

NameException ClassDescription
Invalid argumentExtensionArgumentExceptionIf null is specified for lane or model