Skip to main content

ITraceNode interface

Namespace: NextDesign.Desktop

Description

Provides access to node information corresponding to the traced model.

Affiliation area

NameDescription
TraceA set of APIs to access trace information.

Property

NameDescription
ChildrenGets the collection of child nodes in the tree hierarchy of this node.
If a model filter or related filter is applied, it will be returned with the filter applied.
ExcludedDirectionDirection of trace exclusion set in the model to be traced
- "Source" : relation to origin Exclude
- "Target" : Exclude relation to derivation destination
- "Both" : Exclude relation to derivation source and derivation destination
- "None" : do not exclude
ExpandedExpanded State of Tree in Trace View
Returns true if the tree is expanded.

If you set the expanded state to true for an unexpanded node, set the expanded state to true for all parent nodes.
IsSelectedSelected state of this node
ModelModel to be traced
ParentParent node in the tree hierarchy of this node
SourceNodesGets a collection of nodes in the trace source lane corresponding to the derived (related) element of the model to be traced .
If a model filter or related filter is applied, it will be returned with the filter applied.
TargetNodesGets a collection of nodes in the traced lane corresponding to the derived (related source) element of the traced model .
If a model filter or related filter is applied, it will be returned with the filter applied.
TraceLaneLane (series) information that includes this node