ITracePage.SelectNodeByModel method
Namespace: NextDesign.Desktop
Description
Selects the nodes for all the specified models 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, or if the specified lane does not have a node corresponding to the specified model, 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 |
model | IModel | Model corresponding to the selected node |
Return value
- void
Exception
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | When null is specified for lane or model |