Click or drag to resize

freeGraphGetLink Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets link in one or the other direction, otherwise returns null;

Namespace:  imbSCI.Graph.FreeGraph
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public freeGraphLinkBase GetLink(
	string nodeNameA,
	string nodeNameB,
	bool includeBtoALinks = false
)
Request Example View Source

Parameters

nodeNameA
Type: SystemString
The node name a.
nodeNameB
Type: SystemString
The node name b.
includeBtoALinks (Optional)
Type: SystemBoolean

Return Value

Type: freeGraphLinkBase
See Also