GraphHelpers Methods |
The GraphHelpers type exposes the following members.
Name | Description | |
---|---|---|
AddEdge |
Add an edge to the graph with specified id and provided properties.
| |
AddVertex |
Add a vertex to the graph with specified id and provided properties.
| |
CopyGraph |
Copy the vertex/edges of one graph over to another graph.
The id of the elements in the from graph are attempted to be used in the to graph.
This method only works for graphs where the user can control the element ids.
|