Click or drag to resize

INamedGraphAddEdge 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.
(Inherited from IGraph.)
Public methodAddEdge(IEdge, String)
Adds an existing edge to the graph, names it, and assigns it to the given variable.
Public methodAddEdge(EdgeType, INode, INode)
Adds a new edge to the graph.
(Inherited from IGraph.)
Public methodAddEdge(EdgeType, INode, INode, String)
Adds a new named edge to the graph and assigns it to the given variable.
Top
See Also