Click or drag to resize

LinkCollectionAddLink Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds a link between

nodeA

and

nodeB

. If any of nodes are null it will just return null and add no link.

Namespace:  imbSCI.Graph.DGML.collections
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public Link AddLink(
	Node nodeA,
	Node nodeB,
	string linkLabel
)
Request Example View Source

Parameters

nodeA
Type: imbSCI.Graph.DGML.coreNode
The node a - node from
nodeB
Type: imbSCI.Graph.DGML.coreNode
The node b - node to
linkLabel
Type: SystemString
Text label of the link.

Return Value

Type: Link
See Also