Skip to main content

ITraceLane interface

Namespace: NextDesign.Desktop

Description

Provides access to lane information that manages traced root objects.

Affiliation area

NameDescription
TraceA set of APIs to access trace information.

Property

NameDescription
ModelIdIdentifier of the model specified as the base point of this lane
RootModelRoot model for this lane
Returns null if the model specified by ModelId is not found.
RootNodeBase node for this lane
Returns null if the model specified by ModelId is not found.

Method

NameDescription
FindNodeFinds 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.