ITraceNode interface
Namespace: NextDesign.Desktop
Description
Provides access to node information corresponding to the traced model.
Affiliation area
Name | Description |
---|---|
Trace | A set of APIs to access trace information. |
Property
Name | Description |
---|---|
Children | Gets 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. |
ExcludedDirection | Direction 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 |
Expanded | Expanded 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. |
IsSelected | Selected state of this node |
Model | Model to be traced |
Parent | Parent node in the tree hierarchy of this node |
SourceNodes | Gets 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. |
TargetNodes | Gets 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. |
TraceLane | Lane (series) information that includes this node |