Method AddRootNodeDescriptor
AddRootNodeDescriptor(GraphDescriptor, NodeDescriptor, GraphTree)
Adds the root node descriptor.
Declaration
public void AddRootNodeDescriptor(GraphDescriptor desc, NodeDescriptor node, GraphTree tree)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphDescriptor | desc | The graph descriptor. |
| NodeDescriptor | node | The root node descriptor to add. |
| GraphTree | tree | The graph tree descriptor. |