Click or drag to resize

freeGraphLinkRegistryRegisterLink Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Registers the link, returns true if this link is redundant

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public bool RegisterLink(
	freeGraphLinkBase link,
	Dictionary<string, freeGraphNodeBase> nodeDictionary
)
Request Example View Source

Parameters

link
Type: imbSCI.Graph.FreeGraphfreeGraphLinkBase
The link.
nodeDictionary
Type: System.Collections.GenericDictionaryString, freeGraphNodeBase
The node dictionary.

Return Value

Type: Boolean
See Also