SimpleNode AddOriginalNode Method Vis2 NodeTrix CodeDokumentation
Adds a new connection to this node

Namespace: Vis2NodeTrix
Assembly: Vis2NodeTrix (in Vis2NodeTrix.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

Public Sub AddOriginalNode ( _
	_node As SimpleNode, _
	Optional _edge As VizEdge = Nothing, _
	Optional _noCall As Boolean = False _
)

Parameters

_node
Type: Vis2NodeTrix SimpleNode
The other node
_edge (Optional)
Type: VizEdge
The edge connection the nodes
_noCall (Optional)
Type: OnlineSystem Boolean
If true the other nodes AddOriginalNode method is not called
See Also