Click or drag to resize

IGraphAddEdge Method

Overload List
  NameDescription
Public methodAddEdge(IEdge)
Adds an existing IEdge object to the graph. The edge must not be part of any graph, yet! Source and target of the edge must already be part of the graph.
Public methodAddEdge(EdgeType, INode, INode)
Adds a new edge to the graph.
Top
See Also