ITraceLane interface
Namespace: NextDesign.Desktop
Description
Provides access to lane information that manages traced root objects.
Affiliation area
| Name | Description |
|---|---|
| Trace | A set of APIs to access trace information. |
Property
| Name | Description |
|---|---|
| ModelId | Identifier of the model specified as the base point of this lane |
| RootModel | Root model for this lane Returns null if the model specified by ModelId is not found. |
| RootNode | Base node for this lane Returns null if the model specified by ModelId is not found. |
Method
| Name | Description |
|---|---|
| FindNode | Finds 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. |