Graph.Merge Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Merge(Graph) | Merges all new nodes and links from the given graph into this graph. | |
Merge(IEnumerable<GraphConditionalStyle>) | Merges all the styles from the given list. | |
Merge(IEnumerable<GraphLink>) | Merges all of the links from the given link list into this graph. | |
Merge(IEnumerable<GraphNode>) | Merges all of the nodes from the given node list into this graph. | |
Merge(IEnumerable<GraphObject>) | Merges all new nodes and links from the given list of graph objects into this graph. |
Top