Click or drag to resize

freeGraphAddNodeOrSum Method (freeGraphNodeBase)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds new node 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 AddNodeOrSum(
	freeGraphNodeBase node
)
Request Example View Source

Parameters

node
Type: imbSCI.Graph.FreeGraphfreeGraphNodeBase
See Also