ITracePage.SelectNodeByModels method
Namespace: NextDesign.Desktop
Description
Selects the node that corresponds to the specified model in the specified lane. If the view type is Matrix, you can select the node that corresponds to the row or column model by specifying the lane that corresponds to the row or column. If the specified lane does not exist in the currently displayed trace view, nothing is done. Also, if there is no node corresponding to the specified model in the specified lane, the specification of that model is ignored. As a result, if there are no nodes to select, nothing is done.
If the node to be selected can be determined, and if there is already a selected node in the currently displayed trace view, the operation will be 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 |
---|---|---|
lane | ITraceLane | Lane containing the node to select |
models | IEnumerable <IModel> | List of models corresponding to the selected node |
Return value
- void
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When null is specified for lane |