Click or drag to resize

freeGraphAddLinkOrSum Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new link into graph or sums weight of the specified and existing - and applies type that is greater

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void AddLinkOrSum(
	freeGraphLinkBase link
)
Request Example View Source

Parameters

link
Type: imbSCI.Graph.FreeGraphfreeGraphLinkBase
The link.
See Also