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
Public method Merge(Graph) Merges all new nodes and links from the given graph into this graph.
Public method Merge(IEnumerable<GraphConditionalStyle>) Merges all the styles from the given list.
Public method Merge(IEnumerable<GraphLink>) Merges all of the links from the given link list into this graph.
Public method Merge(IEnumerable<GraphNode>) Merges all of the nodes from the given node list into this graph.
Public method Merge(IEnumerable<GraphObject>) Merges all new nodes and links from the given list of graph objects into this graph.

Top

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace