ITraceLane.FindNode method
Namespace: NextDesign.Desktop
Description
Find the node corresponding to the given model in this lane.
If a model filter or related filter is applied, search will be performed with the filter applied.
Returns null if the node is not found in the lane.
argument
Name | Type | Description |
---|---|---|
model | IModel | Model to search for |
Return value
Exceptions
Name | Exception Class | Description |
---|---|---|
Invalid argument | ExtensionArgumentException | If null is specified for model |