Click or drag to resize

INamedGraphAddNode Method

Overload List
  NameDescription
Public methodAddNode(INode)
Adds an existing INode object to the graph. The node must not be part of any graph, yet! The node may not be connected to any other elements!
(Inherited from IGraph.)
Public methodAddNode(NodeType)
Adds a new node to the graph.
(Inherited from IGraph.)
Public methodAddNode(INode, String)
Adds an existing node to the graph and names it.
Public methodAddNode(NodeType, String)
Adds a new named node to the graph.
Top
See Also