Click or drag to resize

GraphHelpers Class

[Missing <summary> documentation for "T:Frontenac.Blueprints.Util.GraphHelpers"]

Inheritance Hierarchy
SystemObject
  Frontenac.Blueprints.UtilGraphHelpers

Namespace:  Frontenac.Blueprints.Util
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public static class GraphHelpers

The GraphHelpers type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddEdge
Add an edge to the graph with specified id and provided properties.
Public methodStatic memberAddVertex
Add a vertex to the graph with specified id and provided properties.
Public methodStatic memberCopyGraph
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.
Top
See Also